Method CopyTo
- Namespace
- Gamelogic.Extensions
- Assembly
- Gamelogic.Extensions.dll
CopyTo(KeyValuePair<TKey, TValue>[], int)
Copies the elements of the dictionary to an array, starting at the specified index.
public void CopyTo(KeyValuePair<TKey, TValue>[] array, int arrayIndex)
Parameters
arrayKeyValuePair<TKey, TValue>[]The array that receives the copied elements.
arrayIndexintThe index at which copying begins.