Scheduler for UWP/WinRT
CopyTo メソッド (C1BindingSource)

System.Collections.ICollection からコピーされる要素のコピー先になる1次元 System.ArraySystem.Array のインデックスは0から始まります。
コピーを開始する位置の0から始まる配列のインデックス。
List のコンテンツを指定された配列に指定されたインデックス値からコピーします。
構文
'宣言
 
Public Overridable Sub CopyTo( _
   ByVal array As System.Array, _
   ByVal index As System.Integer _
) 
public virtual void CopyTo( 
   System.Array array,
   System.int index
)

パラメータ

array
System.Collections.ICollection からコピーされる要素のコピー先になる1次元 System.ArraySystem.Array のインデックスは0から始まります。
index
コピーを開始する位置の0から始まる配列のインデックス。
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

関連項目

C1BindingSource クラス
C1BindingSource メンバ

Send Feedback