PrinterSettings.PaperSizeCollection.ICollection.CopyTo(Array, Int32) Metoda

Definice

Popis tohoto člena najdete v tématu CopyTo(Array, Int32).

 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

Pole založené na nule, které přijímá položky zkopírované z kolekce.

index
Int32

Index, ve kterém chcete začít kopírovat položky.

Implementuje

Poznámky

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

Platí pro