System::Collections::Generic::SortedDictionaryPtr::operator[] method

SortedDictionaryPtr::operator[] method

Accessor function.

V & System::Collections::Generic::SortedDictionaryPtr<T, V>::operator[](const T &key) const
ParameterTypeDescription
keyconst T&Key to access element at.

ReturnValue

Reference to element at specified key.

See Also