System::Collections::Generic::BaseSet::CopyTo método
BaseSet::CopyTo method
Copia el contenido del hash en los elementos existentes del arreglo.
void System::Collections::Generic::BaseSet<T, SET_T>::CopyTo(ArrayPtr<T> arr, int index) override
| Parámetro | Tipo | Descripción |
|---|---|---|
| arr | ArrayPtr<T> | Matriz de destino. |
| índice | int | Índice inicial del arreglo de destino. |
Ver también
- Typedef ArrayPtr
- Class BaseSet
- Namespace System::Collections::Generic
- Library Aspose.Page for C++