System::Collections::Concurrent::ConcurrentDictionary::idx_set method
ConcurrentDictionary::idx_set method
Informasi RTTI.
virtual void System::Collections::Concurrent::ConcurrentDictionary<TKey, TValue>::idx_set(const TKey &key, TValue value) override
| Parameter | Tipe | Deskripsi |
|---|---|---|
| kunci | const TKey& | Posisi untuk menempatkan elemen. |
| value | TValue | Nilai untuk ditetapkan pada posisi tertentu. |
Catatan
Menetapkan elemen pada posisi tertentu.
Lihat Juga
- Class ConcurrentDictionary
- Namespace System::Collections::Concurrent
- Library Aspose.Page for C++