System::Collections::Concurrent::ConcurrentDictionary::CopyTo metodo
ConcurrentDictionary::CopyTo method
Copia gli elementi del contenitore negli elementi esistenti dell’array.
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.Page for C++