共用方式為


HttpStaticObjectsCollectionWrapper.CopyTo(Array, Int32) 方法

定義

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

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

參數

array
Array

一維陣列,是從集合複製之項目的目的地。 陣列必須有以零為起始的索引。

index
Int32

array 中開始複製之以零為起始的索引。

適用於