TryGetValue()
BaseDictionary::TryGetValue(const key_t&, mapped_t&) const method
Looks for keyed value and retreives it if found.
bool System::Collections::Generic::BaseDictionary<Map>::TryGetValue(const key_t &key, mapped_t &value) const override
Arguments
Parameter | Type | Description |
---|---|---|
key | const key_t& | Key to look for. |
value | mapped_t& | Reference to store found value at. |
Return Value
true if value is found and retreived, false otherwise.
See Also
- Class BaseDictionary
- Namespace System::Collections::Generic
- Library Aspose.Slides