System::Collections::Generic::IDictionary::idx_get 方法
IDictionary::idx_get method
获取函数。
virtual TValue System::Collections::Generic::IDictionary<TKey, TValue>::idx_get(const TKey &key) const =0
| 参数 | 类型 | 描述 |
|---|---|---|
| 键 | const TKey& | 要查找的键。 |
ReturnValue
指定键的值。
另见
- Class IDictionary
- Namespace System::Collections::Generic
- Library Aspose.Font for C++