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& | 追加するキー。 |
| value | const TValue& | 追加する値。 |
参照
- Class ConcurrentDictionary
- Namespace System::Collections::Concurrent
- Library Aspose.Page for C++