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
| 매개변수 | 형식 | 설명 |
|---|---|---|
| key | const TKey& | 추가할 키. |
| value | const TValue& | 추가할 값. |
또 보기
- Class ConcurrentDictionary
- Namespace System::Collections::Concurrent
- Library Aspose.Page for C++