System::Collections::Generic::IDictionary::idx_set 方法
IDictionary::idx_set method
设置函数。
virtual void System::Collections::Generic::IDictionary<TKey, TValue>::idx_set(const TKey &key, TValue value)=0
| Parameter | Type | 描述 |
|---|---|---|
| 键 | const TKey& | 要查找的键。 |
| value | TValue | 要设置到指定键的值。 |
另见
- Class IDictionary
- Namespace System::Collections::Generic
- Library Aspose.Page for C++