System::Collections::Concurrent::ConcurrentDictionary::Add طريقة
ConcurrentDictionary::Add method
يضيف قيمة إلى القاموس.
virtual void System::Collections::Concurrent::ConcurrentDictionary<TKey, TValue>::Add(const TKey &key, const TValue &value) override
| Parameter | Type | الوصف |
|---|---|---|
| المفتاح | const TKey& | المفتاح للإضافة. |
| value | const TValue& | القيمة للإضافة. |
انظر أيضًا
- Class ConcurrentDictionary
- Namespace System::Collections::Concurrent
- Library Aspose.Page for C++