System::Collections::Generic::BaseDictionary::operator[] method
BaseDictionary::operator[] method
Accessor function.
virtual mapped_t & System::Collections::Generic::BaseDictionary<Map>::operator[](const key_t &key)
Parameter | Type | Description |
---|---|---|
key | const key_t& | Dictionary key to access. |
ReturnValue
Reference to existing (or created) value keyed by key.
See Also
- Class BaseDictionary
- Namespace System::Collections::Generic
- Library Aspose.PUB for C++