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

定义

ConfigurationElementCollection 复制到数组。

 virtual void System.Collections.ICollection.CopyTo(Array ^ arr, int index) = System::Collections::ICollection::CopyTo;
void ICollection.CopyTo (Array arr, int index);
abstract member System.Collections.ICollection.CopyTo : Array * int -> unit
override this.System.Collections.ICollection.CopyTo : Array * int -> unit
Sub CopyTo (arr As Array, index As Integer) Implements ICollection.CopyTo

参数

arr
Array

ConfigurationElementCollection 要复制到的数组。

index
Int32

开始复制的索引位置。

实现

适用于