The new namespace System.Collections.Concurrent contains concurrent collections for dictionary, queue and stack among other classes. Anyone know why is it that there is no ConcurrentList?
UPDATE
I've posted a new question explaining my current scenario. I preferred that to changing the whole sense of the original question. Here's the link to the new question.