System::Collections::Concurrent::ConcurrentDictionary::CopyTo metode
ConcurrentDictionary::CopyTo method
Menyalin elemen kontainer ke elemen array yang sudah ada.
virtual void System::Collections::Concurrent::ConcurrentDictionary<TKey, TValue>::CopyTo(ArrayPtr<System::Collections::Generic::KeyValuePair<TKey, TValue>> arr, int index) override
| Parameter | Tipe | Deskripsi |
|---|---|---|
| arr | ArrayPtr<System::Collections::Generic::KeyValuePair<TKey, TValue>> | Array tujuan. |
| indeks | int | Indeks dalam array tujuan. |
Lihat Juga
- Typedef ArrayPtr
- Class KeyValuePair
- Class ConcurrentDictionary
- Namespace System::Collections::Concurrent
- Library Aspose.Page for C++