Metodo System::Collections::Concurrent::ConcurrentDictionary::CopyTo
ConcurrentDictionary::CopyTo method
Copia gli elementi del contenitore in elementi di un array esistente.
virtual void System::Collections::Concurrent::ConcurrentDictionary<TKey, TValue>::CopyTo(ArrayPtr<System::Collections::Generic::KeyValuePair<TKey, TValue>> arr, int index) override
| Parametro | Tipo | Descrizione |
|---|---|---|
| arr | ArrayPtr<System::Collections::Generic::KeyValuePair<TKey, TValue>> | Array di destinazione. |
| indice | int | Indice nell’array di destinazione. |
Vedi anche
- Typedef ArrayPtr
- Class KeyValuePair
- Class ConcurrentDictionary
- Namespace System::Collections::Concurrent
- Library Aspose.Font for C++