operator[]()
SortedDictionaryPtr::operator[](const T&) const method
Accessor function.
V & System::Collections::Generic::SortedDictionaryPtr<T, V>::operator[](const T &key) const
Arguments
Parameter | Type | Description |
---|---|---|
key | const T& | Key to access element at. |
Return Value
Reference to element at specified key.
See Also
- Class SortedDictionaryPtr
- Namespace System::Collections::Generic
- Library Aspose.Slides