Click to See Complete Forum and Search --> : Is Dictionary.TryGetValue thread safe?


verifier
October 14th, 2008, 03:41 AM
Is Dictionary.TryGetValue thread safe?

dannystommen
October 14th, 2008, 04:35 AM
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."