AutoCompleteStringCollection.ICollection.CopyTo(Array, Int32) 메서드
정의
특정 Array 인덱스에서 시작하여 컬렉션의 문자열을 Array에 복사합니다.Copies the strings of the collection to an Array, starting at a particular Array index. 이 멤버에 대한 설명은 CopyTo(Array, Int32)를 참조하세요.For a description of this member, see CopyTo(Array, Int32).
virtual void System.Collections.ICollection.CopyTo(Array ^ array, int index) = System::Collections::ICollection::CopyTo;
void ICollection.CopyTo (Array array, int index);
매개 변수
- array
- Array
컬렉션에서 복사한 문자열의 대상인 1차원 Array입니다.The one-dimensional Array that is the destination of the strings copied from collection. Array에는 0부터 시작하는 인덱스가 있어야 합니다.The Array must have zero-based indexing.
- index
- Int32
array
에서 복사가 시작되는 0부터 시작하는 인덱스입니다.The zero-based index in array
at which copying begins.
구현
설명
이 멤버는 명시적 인터페이스 멤버 구현이며,This member is an explicit interface member implementation. AutoCompleteStringCollection 인스턴스가 ICollection 인터페이스로 캐스팅된 경우에만 사용할 수 있습니다.It can be used only when the AutoCompleteStringCollection instance is cast to an ICollection interface.