AttributeCollection.CopyTo(Array, Int32) 方法

定義

將集合複製到陣列,從指定的索引開始。

public:
 virtual void CopyTo(Array ^ array, int index);
public void CopyTo(Array array, int index);
abstract member CopyTo : Array * int -> unit
override this.CopyTo : Array * int -> unit
Public Sub CopyTo (array As Array, index As Integer)

參數

array
Array

Array複製收藏。

index
Int32

從索引開始。

實作

適用於

另請參閱