Basic Library for UWP/WinRT XAML
CopyTo メソッド (C1OrderedSet)

System.Collections.Generic.ICollection`1 からコピーされる要素のコピー先になる1次元 System.ArraySystem.Array のインデックスは0から始まります。
コピーを開始する位置の0から始まる array のインデックス。
System.Collections.Generic.ICollection`1 の要素を特定の System.Array インデックス位置から順に System.Array にコピーします。
構文
'宣言
 
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.ArraySystem.Array のインデックスは0から始まります。
arrayIndex
コピーを開始する位置の0から始まる array のインデックス。
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

参照

関連項目

C1OrderedSet クラス
C1OrderedSet メンバ

Send Feedback