C# making dictionary access thread-safe?

Posted by Tom on Stack Overflow See other posts from Stack Overflow or by Tom
Published on 2010-05-30T20:48:31Z Indexed on 2010/05/30 20:52 UTC
Read the original article Hit count: 318

Hi, whats is the easiest way to make C# dictionary access thread safe? Preferablly just using lock(object) but any other ideas welcome!

© Stack Overflow or respective owner

Related posts about c#

Related posts about thread-safety