MatchCollection.ICollection.CopyTo(Array, Int32) Methode

Definition

Kopiert alle Elemente der Sammlung ab dem angegebenen Index in das angegebene Array.

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

Parameter

array
Array

Das eindimensionale Array, in das die Auflistung kopiert werden soll.

arrayIndex
Int32

Der nullbasierte Index im Array, an dem der Kopiervorgang beginnen soll.

Implementiert

Ausnahmen

array ist ein mehrdimensionales Array.

arrayIndex liegt außerhalb der Arraybegrenzung, oder arrayIndex plus Count liegt außerhalb der array-Begrenzung.

Gilt für