DesignSurfaceCollection.ICollection.CopyTo(Array, Int32) Metoda

Definice

Popis tohoto člena najdete v CopyTo(Array, Int32) metodě.

 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

Parametry

array
Array

Jednorozměrný Array , který je cílem hodnot zkopírovaných z DesignSurfaceCollection.

index
Int32

Index, ve array kterém začíná kopírování.

Implementuje

Poznámky

Tento člen je explicitní implementace členu rozhraní. Lze jej použít pouze v DesignSurfaceCollection případě, že je instance přetypovaná na ICollection rozhraní.

Platí pro