'宣言 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.