ListView.CheckedIndexCollection.ICollection.CopyTo(Array, Int32) Metoda

Definice

Zkopíruje kolekci indexů zaškrtnutých položek do pole.

 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

Pole typu Int32.

index
Int32

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

Implementuje

Výjimky

Typ pole nelze přetypovat na Int32.

Poznámky

Pole musí obsahovat 32bitová celá čísla, nebo musí být Object pole.

Platí pro