System::Collections::Concurrent::ConcurrentDictionary::idx_set 方法
ConcurrentDictionary::idx_set method
RTTI 信息。
virtual void System::Collections::Concurrent::ConcurrentDictionary<TKey, TValue>::idx_set(const TKey &key, TValue value) override
| 参数 | 类型 | 描述 |
|---|---|---|
| 键 | const TKey& | 要设置元素的位置。 |
| 值 | TValue | 在特定位置设置的值。 |
备注
在特定位置设置元素。
另见
- Class ConcurrentDictionary
- Namespace System::Collections::Concurrent
- Library Aspose.Font for C++