ReadOnlyDictionary45<TKey,TValue>.ValueCollection.CopyTo Method

Definition

Copies the values to the specified array

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

Parameters

array
TValue[]

The destination array

arrayIndex
Int32

The starting index

Implements

Applies to