ConfigurationElementCollection.ICollection.CopyTo(Array, Int32) Methode

Definitie

Hiermee kopieert u de ConfigurationElementCollection naar een matrix.

 virtual void System.Collections.ICollection.CopyTo(Array ^ arr, int index) = System::Collections::ICollection::CopyTo;
void ICollection.CopyTo(Array arr, int index);
abstract member System.Collections.ICollection.CopyTo : Array * int -> unit
override this.System.Collections.ICollection.CopyTo : Array * int -> unit
Sub CopyTo (arr As Array, index As Integer) Implements ICollection.CopyTo

Parameters

arr
Array

Matrix waarnaar u deze ConfigurationElementCollectionwilt kopiƫren.

index
Int32

Indexlocatie waarop moet worden gekopieerd.

Implementeringen

Van toepassing op