'宣言 Public Sub CopyTo( _ ByVal array() As System.Integer, _ ByVal arrayIndex As System.Integer _ )
public void CopyTo( System.int[] array, System.int arrayIndex )
パラメータ
- array
- System.Collections.Generic.ICollection`1 からコピーされる要素のコピー先になる 1 次元 System.Array。System.Array のインデックスは 0 から始まります。
- arrayIndex
- コピーを開始する位置の 0 から始まる array のインデックス。