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