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を実装します。

適用対象