GetValueOrNull()

BaseDictionary::GetValueOrNull(const key_t&) const method

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

mapped_t System::Collections::Generic::BaseDictionary<Map>::GetValueOrNull(const key_t &key) const override

See Also