System::Collections::Generic::IDictionary::idx_get method
IDictionary::idx_get method
Getter function.
virtual TValue System::Collections::Generic::IDictionary<TKey, TValue>::idx_get(const TKey &key) const =0
Parameter | Type | Description |
---|---|---|
key | const TKey& | Key to look for. |
ReturnValue
Value at specified key.
See Also
- Class IDictionary
- Namespace System::Collections::Generic
- Library Aspose.PDF for C++