HtmlWindowCollection.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 , který je cílem prvků zkopírovaných z kolekce. Musí Array mít indexování založené na nule.

index
Int32

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

Implementuje

Platí pro