System::Collections::Generic::IDictionary::GetValueOrNull method

IDictionary::GetValueOrNull method

Returns value if found; or null otherwise, make sense only for reference types.

virtual TValue System::Collections::Generic::IDictionary<TKey, TValue>::GetValueOrNull(const TKey &key) const

See Also