DataCollection
CopyTo メソッド (C1CollectionView)

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

パラメータ

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

C1CollectionView クラス
C1CollectionView メンバ