NameValueCollection.CopyTo Method

Definition

Overloads

CopyTo(NameValue[], Int32)

Copies items from the collection to a NameValue array at the specified index.

CopyTo(Array, Int32)

Copies items from the collection to an array at the specified index.

CopyTo(NameValue[], Int32)

Copies items from the collection to a NameValue array at the specified index.

public void CopyTo (Microsoft.Hpc.Scheduler.NameValue[] array, int arrayIndex);
abstract member CopyTo : Microsoft.Hpc.Scheduler.NameValue[] * int -> unit
override this.CopyTo : Microsoft.Hpc.Scheduler.NameValue[] * int -> unit
Public Sub CopyTo (array As NameValue(), arrayIndex As Integer)

Parameters

array
NameValue[]

A NameValue array to copy the contents of the collection to.

arrayIndex
Int32

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

Applies to

CopyTo(Array, Int32)

Copies items from the collection to an array at the specified index.

public void CopyTo (Array array, int index);
abstract member CopyTo : Array * int -> unit
override this.CopyTo : Array * int -> unit

Parameters

array
Array

An array to copy the contents of the collection to.

index
Int32

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

Implements

Applies to