Possible Duplicate:
What’s the best way of implementing a thread-safe Dictionary in .NET?
Possible Duplicate:
What’s the best way of implementing a thread-safe Dictionary in .NET?
Hi, whats is the easiest way to make C# dictionary access thread safe? Preferablly just using lock(object) but any other ideas welcome!