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&जोड़ने के लिए मान।

संबंधित देखें