Overload List
| Name | Description | |
|---|---|---|
| CopyTo(Array, Int32) |
Copy the key value pairs in this dictionary
to the supplied array, starting to write
at the supplied array index.
| |
| CopyTo( KeyValuePair TKey, TValue , Int32) |
Copy the key value pairs in this dictionary
to the supplied array of key value pairs,
starting to write at the supplied array index.
|
See Also