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

定义

该成员支持 .NET Framework 且不应在代码中使用。

 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

数组。

index
Int32

索引。

实现

适用于