ComboBox.ObjectCollection.ICollection.CopyTo(Array, Int32) 메서드

정의

이 멤버에 대한 설명은 CopyTo(Array, Int32)를 참조하세요.

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

매개 변수

destdestination
Array

컬렉션에서 복사한 요소의 대상인 1차원 배열입니다. 배열에는 0부터 시작하는 인덱스가 있어야 합니다.

index
Int32

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

구현

설명

이 멤버는 명시적 인터페이스 멤버 구현이며, ComboBox.ObjectCollection 인스턴스가 ICollection 인터페이스로 캐스팅된 경우에만 사용할 수 있습니다.

적용 대상

추가 정보