WsiProfilesElementCollection.CopyTo(WsiProfilesElement[], Int32) Метод

Определение

Копирует элементы из коллекции в массив начиная с заданного индекса массива.

public:
 void CopyTo(cli::array <System::Web::Services::Configuration::WsiProfilesElement ^> ^ array, int index);
public void CopyTo (System.Web.Services.Configuration.WsiProfilesElement[] array, int index);
override this.CopyTo : System.Web.Services.Configuration.WsiProfilesElement[] * int -> unit
Public Sub CopyTo (array As WsiProfilesElement(), index As Integer)

Параметры

array
WsiProfilesElement[]

Массив типа WsiProfilesElement, в который должно быть скопировано содержимое коллекции.

index
Int32

Отсчитываемый от нуля индекс в массиве array, указывающий начало копирования.

Применяется к