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