DsmlRequestDocument.ICollection.CopyTo(Array, Int32) 方法

定義

從目標陣列的指定索引開始,將整個 DsmlRequestDocument 集合複製到一維陣列。

 virtual void System.Collections.ICollection.CopyTo(Array ^ value, int i) = System::Collections::ICollection::CopyTo;
void ICollection.CopyTo (Array value, int i);
abstract member System.Collections.ICollection.CopyTo : Array * int -> unit
override this.System.Collections.ICollection.CopyTo : Array * int -> unit
Sub CopyTo (value As Array, i As Integer) Implements ICollection.CopyTo

參數

value
Array

一維陣列,是從 DsmlRequestDocument 物件複製之項目的目的端。

i
Int32

value 中以零起始的索引,會從這個位置開始複製。

實作

適用於