csharp find in dictionary

Code Example - csharp find in dictionary

                
                        if (_tags.TryGetValue(tag, out string myValue))
{
    // use myValue;
}
// use myValue, still in scope, null if not found