ListView.CheckedIndexCollection.ICollection.CopyTo(Array, Int32) 메서드

정의

선택된 항목의 인덱스 컬렉션을 배열로 복사합니다.

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

매개 변수

dest
Array

Int32 형식의 배열입니다.

index
Int32

복사를 시작할 배열의 인덱스(0부터 시작)입니다.

구현

예외

배열 형식을 Int32로 캐스팅할 수 없는 경우

설명

배열에 부가된 32비트 정수가 포함되어야 합니다. 또는 배열이어야 Object 합니다.

적용 대상