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