Bewerken

Delen via


OrderedDictionary<TKey,TValue>.ValueCollection.CopyTo Method

Definition

Copies the elements of the ICollection<T> to an Array, starting at a particular Array index.

public:
 virtual void CopyTo(cli::array <TValue> ^ array, int arrayIndex);
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 one-dimensional Array that is the destination of the elements copied from ICollection<T>. The Array must have zero-based indexing.

arrayIndex
Int32

The zero-based index in array at which copying begins.

Implements

Applies to