Method ICollection<KeyValuePair<TLeft, TRight>>.CopyTo
ICollection<KeyValuePair<TLeft, TRight>>.CopyTo(KeyValuePair<TLeft, TRight>[], int)
Copies the left and right value pairs to an array starting at the specified array index.
Declaration
void ICollection<KeyValuePair<TLeft, TRight>>.CopyTo(KeyValuePair<TLeft, TRight>[] array, int arrayIndex)
Parameters
| Type | Name | Description |
|---|---|---|
| KeyValuePair<TLeft, TRight>[] | array | |
| int | arrayIndex |