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

정의

컬렉션을 지정된 인덱스에서 시작하여 배열에 복사합니다.

 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

X509Extension 개체의 배열입니다.

index
Int32

배열에서 복사를 시작할 위치입니다.

구현

예외

index가 길이가 0인 문자열이거나 잘못된 값을 포함하는 경우

index이(가) null인 경우

index가 배열의 범위를 벗어난 값을 지정하는 경우

적용 대상