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

定义

将当前 TraceListenerCollection 的一部分复制到指定的 TraceListener 对象数组中。

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

参数

array
Array

TraceListener 对象的一维数组,是从 TraceListenerCollection 复制的元素的目标数组。 该数组的索引必须从零开始。

index
Int32

array 中从零开始的索引,从此处开始复制。

实现

注解

CopyTo使用 类的 TraceListenerCollection 方法将集合的全部或部分复制到数组。

适用于