PrinterSettings.PaperSourceCollection.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

Cílové pole pro obsah kolekce.

index
Int32

Index, ve kterém se má spustit operace kopírování.

Implementuje

Poznámky

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

Platí pro