System::Collections::Concurrent::ConcurrentDictionary::CopyTo method
ConcurrentDictionary::CopyTo method
Copia los elementos del contenedor a los elementos existentes de la matriz.
virtual void System::Collections::Concurrent::ConcurrentDictionary<TKey, TValue>::CopyTo(ArrayPtr<System::Collections::Generic::KeyValuePair<TKey, TValue>> arr, int index) override
| Parámetro | Tipo | Descripción |
|---|---|---|
| arr | ArrayPtr<System::Collections::Generic::KeyValuePair<TKey, TValue>> | Matriz de destino. |
| index | int | Index en el arreglo de destino. |
Ver también
- Typedef ArrayPtr
- Class KeyValuePair
- Class ConcurrentDictionary
- Namespace System::Collections::Concurrent
- Library Aspose.PDF for C++