MultiSelect for WinForms
CopyTo メソッド (ValueIntervalCollection)

C1.Win.C1Input.4.5.2 アセンブリ > C1.Win.C1Input 名前空間 > ValueIntervalCollection クラス : CopyTo メソッド
The one-array that is the destination of the elements copied from the collection.
The zero-based index in array at which copying begins.
Copies elements of the collection to an array starting at a particular array index.
シンタックス
'宣言
 
Public Sub CopyTo( _
   ByVal array() As ValueInterval, _
   ByVal index As System.Integer _
) 
public void CopyTo( 
   ValueInterval[] array,
   System.int index
)

パラメータ

array
The one-array that is the destination of the elements copied from the collection.
index
The zero-based index in array at which copying begins.
参照

ValueIntervalCollection クラス
ValueIntervalCollection メンバ