Is Dictionary.TryGetValue thread safe?
Printable View
Is Dictionary.TryGetValue thread safe?
google: C# Dictionary thread safe
first hit is MSDN:
"Public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe."