ReadOnlyDictionary45<TKey,TValue>.KeyCollection.CopyTo Method

Definition

Copies the key collection to the specified array

public void CopyTo (TKey[] array, int arrayIndex);
abstract member CopyTo : 'Key[] * int -> unit
override this.CopyTo : 'Key[] * int -> unit
Public Sub CopyTo (array As TKey(), arrayIndex As Integer)

Parameters

array
TKey[]

Destination array

arrayIndex
Int32

Starting index to copy to

Implements

Applies to