HtmlElementCollection.ICollection.CopyTo(Array, Int32) Metoda

Definice

Zkopíruje prvky kolekce do objektu Array, počínaje konkrétním Array indexem.

 virtual void System.Collections.ICollection.CopyTo(Array ^ dest, int index) = System::Collections::ICollection::CopyTo;
void ICollection.CopyTo (Array dest, int index);
abstract member System.Collections.ICollection.CopyTo : Array * int -> unit
override this.System.Collections.ICollection.CopyTo : Array * int -> unit
Sub CopyTo (dest As Array, index As Integer) Implements ICollection.CopyTo

Parametry

dest
Array

Jednorozměrný Array objekt je cílem prvků zkopírovaných z kolekce. Indexování Array založené na nule musí obsahovat.

index
Int32

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

Implementuje

Platí pro