TryGetValue()
IDictionary::TryGetValue(const TKey&, TValue&) const method
Looks for value and retreives it if found.
virtual bool System::Collections::Generic::IDictionary<TKey, TValue>::TryGetValue(const TKey &key, TValue &value) const =0
Arguments
Parameter | Type | Description |
---|---|---|
key | const TKey& | Key to look for. |
value | TValue& | Reference to store retreived value into. |
Return Value
True if value was found and retreived, false otherwise.
See Also
- Class IDictionary
- Namespace System::Collections::Generic
- Library Aspose.Slides