|
Copies the elements of the dictionary to an array starting at a
particular array index.
The array must be one-dimensional and have zero-based
indexing.
The implementation of ICollection.CopyTo copies
KeyValuePair<string, Atom> values to the array if the element
type of the array is compatible. Otherwise, it copies
DictionaryEntry values to the array.
|