GenericAcl.ICollection.CopyTo(Array, Int32) Methode

Definition

Kopiert jeden GenericAce der Aktuellen GenericAcl in das angegebene Array.

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

Parameter

array
Array

Das Array, in das Kopien der GenericAce objekte, die im aktuellen GenericAcl Objekt enthalten sind, platziert werden.

index
Int32

Der nullbasierte Index, an dem array das Kopieren beginnt.

Implementiert

Gilt für: