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 の実装。

適用対象