TypeElementCollection.CopyTo(TypeElement[], Int32) 方法

定义

从数组的指定索引开始,将元素从集合复制到一个数组。

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 中从零开始的索引,从此处开始复制。

适用于