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