Sdílet prostřednictvím


WsiProfilesElementCollection.CopyTo(WsiProfilesElement[], Int32) Metoda

Definice

Zkopíruje prvky z kolekce do pole počínaje zadaným indexem pole.

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)

Parametry

array
WsiProfilesElement[]

Pole typu WsiProfilesElement , do kterého chcete kopírovat obsah kolekce.

index
Int32

Index založený na nule v poli array, ve kterém kopírování začíná.

Platí pro