Method ICollection<KeyValuePair<TKey, IList<TValue>>>.CopyTo
ICollection<KeyValuePair<TKey, IList<TValue>>>.CopyTo(KeyValuePair<TKey, IList<TValue>>[], int)
Copies the key and value list pairs to an array starting at the given array index.
Declaration
void ICollection<KeyValuePair<TKey, IList<TValue>>>.CopyTo(KeyValuePair<TKey, IList<TValue>>[] array, int arrayIndex)
Parameters
| Type | Name | Description |
|---|---|---|
| KeyValuePair<TKey, IList<TValue>>[] | array | |
| int | arrayIndex |