Related resources for Threads and Collections
  • Threads and Collections in C#12/18/2011 11:33:00 PM. The Collection classes in the System.Collections namespace are not threadsafe and their behavior is “undefined” when collisions occur. This program illustrates the issue.