System::Collections::Generic::SortedDictionaryPtr::operator[] メソッド

SortedDictionaryPtr::operator[] method

アクセサ関数。

V & System::Collections::Generic::SortedDictionaryPtr<T, V>::operator[](const T &key) const
パラメーター説明
キーconst T&要素にアクセスするキー。

ReturnValue

指定されたキーの要素への参照。

参照