DataCollection
CopyTo メソッド (C1DataCollectionBindingList)

C1.DataCollection.BindingList アセンブリ > C1.DataCollection.BindingList 名前空間 > C1DataCollectionBindingList クラス : CopyTo メソッド
The one-dimensional System.Array that is the destination of the elements copied from System.Collections.ICollection. The System.Array must have zero-based indexing.
The zero-based index in array at which copying begins.
Copies the elements of the System.Collections.ICollection to an System.Array, starting at a particular System.Array index.
シンタックス
'宣言
 
Public Sub CopyTo( _
   ByVal array As System.Array, _
   ByVal index As System.Integer _
) 
public void CopyTo( 
   System.Array array,
   System.int index
)

パラメータ

array
The one-dimensional System.Array that is the destination of the elements copied from System.Collections.ICollection. The System.Array must have zero-based indexing.
index
The zero-based index in array at which copying begins.
参照

C1DataCollectionBindingList クラス
C1DataCollectionBindingList メンバ