monoGIS Class Reference

DictionarySet. Method 

Copies the elements in the Set to an array. The type of array needs to be compatible with the objects in the Set, obviously.

public override void (
   Array array,
   Int32 index
);

Parameters

Array
An array that will be the target of the copy operation.
Int32
The zero-based index where copying will start.

Implements

ICollection.

See Also

DictionarySet Class | Iesi.Collections Namespace