Table of Contents

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

array KeyValuePair<TKey, TValue>[]

The array that receives the copied elements.

arrayIndex int

The index at which copying begins.