LinkLabel.LinkCollection.ICollection.CopyTo(Array, Int32) Método
Definición
Para obtener una descripción de este miembro, vea CopyTo(Array, Int32).For a description of this member, see CopyTo(Array, Int32).
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
Array unidimensional que constituye el destino de los elementos copiados de ICollection.The one-dimensional Array that is the destination of the elements copied from ICollection. La matriz Array debe tener una indización de base cero.The Array must have zero-based indexing.
- index
- Int32
Índice de base cero en la dest
donde comienza la copia.The zero-based index in dest
at which copying begins.
Implementaciones
Comentarios
Este miembro es una implementación explícita de un miembro de interfaz.This member is an explicit interface member implementation. Solo se puede utilizar cuando la instancia de LinkLabel.LinkCollection se convierte en una interfaz ICollection.It can be used only when the LinkLabel.LinkCollection instance is cast to an ICollection interface.