You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the similar way to Dictionary[string] and Dictionary[byte[]], it would be convenient if we have overloads like Dictionary.TryGetDefault(string, out IValue) and Dictionary.TryGetDefault(byte[], out IValue).