GrapeCity SPREAD for Windows Forms 11.0J
CopyTo メソッド (ListItemCollectionInfo)


System.Collections.ICollectionの要素のコピー先となる1次元のSystem.ArraySystem.Arrayにはゼロから始まるインデックスが必要です。
コピーを開始する、配列内のゼロから始まるインデックス。
System.Collections.ICollectionの要素を、System.Arrayの特定のSystem.Arrayインデックス以降にコピーします。
構文
'Declaration
 
Public Sub CopyTo( _
   ByVal array() As ListItemInfo, _
   ByVal arrayIndex As Integer _
) 
'使用法
 
Dim instance As ListItemCollectionInfo
Dim array() As ListItemInfo
Dim arrayIndex As Integer
 
instance.CopyTo(array, arrayIndex)
public void CopyTo( 
   ListItemInfo[] array,
   int arrayIndex
)

パラメータ

array
System.Collections.ICollectionの要素のコピー先となる1次元のSystem.ArraySystem.Arrayにはゼロから始まるインデックスが必要です。
arrayIndex
コピーを開始する、配列内のゼロから始まるインデックス。
参照

ListItemCollectionInfo クラス
ListItemCollectionInfo メンバ

 

 


© 2004-2018, GrapeCity Inc. All rights reserved.