System::Collections::Generic::SortedDictionaryPtr::operator[] 方法

SortedDictionaryPtr::operator[] method

访问器函数。

V & System::Collections::Generic::SortedDictionaryPtr<T, V>::operator[](const T &key) const
参数类型描述
const T&用于访问元素的键。

ReturnValue

对指定键处元素的引用。

另见