Method CopyTo
CopyTo(TValue[], int)
Copies all the values in the dictionary to an array starting at the specified array index.
Declaration
public void CopyTo(TValue[] array, int arrayIndex)Parameters
| Type | Name | Description | 
|---|---|---|
| TValue[] | array | |
| int | arrayIndex | 
