BindingSource.CopyTo(Array, Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從指定的索引值開始,將 List 的內容複製至指定的陣列。
public:
virtual void CopyTo(Array ^ arr, int index);
public virtual void CopyTo (Array arr, int index);
abstract member CopyTo : Array * int -> unit
override this.CopyTo : Array * int -> unit
Public Overridable Sub CopyTo (arr As Array, index As Integer)
參數
- arr
- Array
目的陣列。
- index
- Int32
要開始複製作業之目的陣列中的索引。
實作
備註
您可以使用這個方法,將多個來源的專案合併成單一陣列。