طريقة 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&القيمة للإضافة.

انظر أيضًا