System::Collections::Generic::BaseDictionary::GetValueOrNull method

BaseDictionary::GetValueOrNull 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