Method CopyTo
CopyTo(KeyValuePair<String, TValue>[], Int32)
Declaration
public void CopyTo(KeyValuePair<string, TValue>[] array, int arrayIndex)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.KeyValuePair<System.String, TValue>[] | array | |
System.Int32 | arrayIndex |
Implements
System.Collections.Generic.ICollection<T>.CopyTo(T[], System.Int32)