GetValueOrNull()

IDictionary::GetValueOrNull(const TKey&) const 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