System::Collections::Concurrent::ConcurrentDictionary::Add method
ConcurrentDictionary::Add method
डिक्शनरी में मान जोड़ता है।
virtual void System::Collections::Concurrent::ConcurrentDictionary<TKey, TValue>::Add(const TKey &key, const TValue &value) override
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| कुंजी | const TKey& | जोड़ने के लिए कुंजी। |
| मान | const TValue& | जोड़ने के लिए मान। |
संबंधित देखें
- Class ConcurrentDictionary
- Namespace System::Collections::Concurrent
- Library Aspose.Page for C++