DocumentReferenceCollection.CopyTo(DocumentReference[], Int32) 메서드

정의

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

public:
 void CopyTo(cli::array <System::Windows::Documents::DocumentReference ^> ^ array, int arrayIndex);
public void CopyTo (System.Windows.Documents.DocumentReference[] array, int arrayIndex);
member this.CopyTo : System.Windows.Documents.DocumentReference[] * int -> unit
Public Sub CopyTo (array As DocumentReference(), arrayIndex As Integer)

매개 변수

array
DocumentReference[]

컬렉션의 요소를 복사해야 하는 대상 배열입니다.

arrayIndex
Int32

배열에서 컬렉션 요소를 복사할 0부터 시작하는 시작 인덱스입니다.

설명

기본 컬렉션 지원 합니다. ICollection<T>.CopyTo 구현

적용 대상