ListBox.SelectedIndexCollection.CopyTo(Array, Int32) 메서드

정의

배열 내의 지정된 위치에서 기존 배열로 전체 컬렉션을 복사합니다.

public:
 virtual void CopyTo(Array ^ dest, int index);
public:
 virtual void CopyTo(Array ^ destination, int index);
public void CopyTo (Array dest, int index);
public void CopyTo (Array destination, int index);
abstract member CopyTo : Array * int -> unit
override this.CopyTo : Array * int -> unit
abstract member CopyTo : Array * int -> unit
override this.CopyTo : Array * int -> unit
Public Sub CopyTo (dest As Array, index As Integer)
Public Sub CopyTo (destination As Array, index As Integer)

매개 변수

destdestination
Array

대상 배열입니다.

index
Int32

저장을 시작할 대상 배열의 인덱스입니다.

구현

설명

단일 배열로 여러 컬렉션에서 선택한 인덱스를 결합 하려면이 메서드를 사용할 수 있습니다.

적용 대상