System::Collections::Generic::BaseDictionary::TryGetValue method
BaseDictionary::TryGetValue 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
Parameter | Type | Description |
---|---|---|
key | const key_t& | Key to look for. |
value | mapped_t& | Reference to store found value at. |
ReturnValue
true if value is found and retreived, false otherwise.
See Also
- Class BaseDictionary
- Namespace System::Collections::Generic
- Library Aspose.PUB for C++