DocumentReferenceCollection.CopyTo(DocumentReference[], Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將整個集合複製到從指定陣列索引開始的陣列。
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
集合元素要複製的陣列中以零為基礎的起始索引。
備註
基本的收藏支援。 實作 ICollection<T>.CopyTo。