共用方式為


ConfigurationMethodCollection.ICollection.CopyTo(Array, Int32) 方法

定義

將集合複製到陣列。

 virtual void System.Collections.ICollection.CopyTo(Array ^ array, int index) = System::Collections::ICollection::CopyTo;
void ICollection.CopyTo (Array array, int index);

參數

array
Array

ConfigurationMethodCollection 物件複製到其中的陣列。

index
Int32

要開始複製的索引位置。

實作

例外狀況

ArgumentNullException

arraynull

ArgumentOutOfRangeException

array 長度小於 屬性的值 Count 加上 index

適用於