Method CopyTo
CopyTo(ValueList[], int)
Copies the value lists in this collection to an array starting at the specified index.
Declaration
public void CopyTo(ListDictionary<TKey, TValue>.ValueList[] array, int arrayIndex)Parameters
| Type | Name | Description | 
|---|---|---|
| ValueList[] | array | |
| int | arrayIndex | 
