PowerTools PlusPak for Windows Forms 8.0J
CopyTo メソッド (KeySet)

配列
配列のインデックス
特定のインデックスからコレクションの要素を配列にコピーします。
構文
Public Sub CopyTo( _
   ByVal array As Array, _
   ByVal index As Integer _
) 
public void CopyTo( 
   Array array,
   int index
)

パラメータ

array
配列
index
配列のインデックス
プラットフォーム

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

参照

KeySet クラス
KeySet メンバ

Send Feedback