GenericAcl.ICollection.CopyTo(Array, Int32) Metoda

Definice

Zkopíruje každý GenericAce z aktuálních hodnot GenericAcl do zadaného pole.

 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

Parametry

array
Array

Pole, do kterého jsou umístěny kopie GenericAce objektů obsažených v aktuálním stavu GenericAcl .

index
Int32

Index založený na array nule, kde kopírování začíná.

Implementuje

Platí pro