System::Collections::Generic::SortedDictionaryPtr::operator[] 方法
SortedDictionaryPtr::operator[] method
访问器函数。
V & System::Collections::Generic::SortedDictionaryPtr<T, V>::operator[](const T &key) const
| 参数 | 类型 | 描述 |
|---|---|---|
| 键 | const T& | 用于访问元素的键。 |
ReturnValue
对指定键处元素的引用。
另见
- Class SortedDictionaryPtr
- Namespace System::Collections::Generic
- Library Aspose.Font for C++