GenericAcl.ICollection.CopyTo(Array, Int32) 메서드

정의

현재 GenericAce 의 각 GenericAcl 를 지정된 배열로 복사합니다.

 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

매개 변수

array
Array

현재 GenericAce 에 포함된 GenericAcl 개체의 복사본이 있는 배열입니다.

index
Int32

복사가 시작되는 array의 인덱스(0부터 시작)입니다.

구현

적용 대상