ListView.CheckedIndexCollection.ICollection.CopyTo(Array, Int32) Método

Definición

Copia la colección de índices de elementos comprobados en una matriz.

 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

Parámetros

dest
Array

Matriz de tipo Int32.

index
Int32

Índice de base cero de la matriz en la que comienza la copia.

Implementaciones

Excepciones

El tipo de matriz no se puede convertir en .Int32

Comentarios

La matriz debe contener enteros con signo de 32 bits o debe ser una Object matriz.

Se aplica a