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

정의

AsnEncodedDataCollection 개체를 배열에 복사합니다.

 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

AsnEncodedDataCollection 개체를 복사할 배열입니다.

index
Int32

복사 작업을 시작할 위치입니다.

구현

예외

array가 이 메서드에서 지원되지 않는 다차원 배열인 경우

또는 index 길이가 잘못된 경우

array이(가) null인 경우

index의 길이가 범위를 벗어난 경우

설명

이 메서드는 개체의 AsnEncodedDataCollection 내용을 배열에 복사합니다. 복사는 지정된 인덱스 위치에서 시작됩니다.

적용 대상