Redigera

Dela via


OrderedDictionary<TKey,TValue>.KeyCollection.CopyTo Method

Definition

public:
 virtual void CopyTo(cli::array <TKey> ^ array, int arrayIndex);
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[]
arrayIndex
Int32

Implements

Applies to