TypeElementCollection.CopyTo(TypeElement[], Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從陣列的指定索引處開始,將集合中的元素複製到陣列。
public:
void CopyTo(cli::array <System::Web::Services::Configuration::TypeElement ^> ^ array, int index);
public void CopyTo (System.Web.Services.Configuration.TypeElement[] array, int index);
override this.CopyTo : System.Web.Services.Configuration.TypeElement[] * int -> unit
Public Sub CopyTo (array As TypeElement(), index As Integer)
參數
- array
- TypeElement[]
要將集合內容複製到其中的 TypeElement 型別的陣列。
- index
- Int32
array
中以零起始的索引,即開始複製的位置。