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

定义

Array 对象被强制转换为 Array 接口时,从特定 DesignerAutoFormatCollection 索引开始将集合的元素复制到一个 ICollection 对象。

 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

要接收指定项的 Array

index
Int32

要复制的项的起始索引。

实现

注解

此成员是显式接口成员的实现。 它只能在 DesignerAutoFormatCollection 实例被强制转换为 ICollection 接口时使用。

适用于

另请参阅