طريقة System::Collections::Concurrent::ConcurrentDictionary::Add
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.Font for C++