Implemented interface member:
method
TryGetValue
System.Collections.Generic.IReadOnlyDictionary<TKey, TValue>.TryGetValue(TKey, out TValue)
2 overrides of TryGetValue
System.Private.CoreLib (2)
System\Runtime\InteropServices\TypeMapLazyDictionary.NativeAot.cs (2)
149public override bool TryGetValue(string key, [MaybeNullWhen(false)] out Type value) 182public override bool TryGetValue(Type key, [MaybeNullWhen(false)] out Type value)