operator[]()

SortedDictionaryPtr::operator[](const T&) const method

Accessor function.

V & System::Collections::Generic::SortedDictionaryPtr<T, V>::operator[](const T &key) const

Arguments

ParameterTypeDescription
keyconst T&Key to access element at.

Return Value

Reference to element at specified key.

See Also