System::Collections::Generic::ICollection::CopyTo método
ICollection::CopyTo method
Copia todos los elementos de la colección a los elementos existentes del arreglo.
virtual void System::Collections::Generic::ICollection<T>::CopyTo(System::ArrayPtr<T> array, int arrayIndex)=0
| Parámetro | Tipo | Descripción |
|---|---|---|
| array | System::ArrayPtr<T> | Matriz de destino. |
| arrayIndex | int | Índice inicial de la matriz de destino. |
Ver también
- Typedef ArrayPtr
- Class ICollection
- Namespace System::Collections::Generic
- Library Aspose.Page for C++