namespace Concurrent

in global :: System . Collections

This namespace contains:

class BlockingCollection<T> Provides blocking and bounding capabilities for thread-safe collections that implement .
class ConcurrentBag<T> Represents a thread-safe, unordered collection of objects.
class ConcurrentDictionary<TKey,TValue> Represents a thread-safe collection of key/value pairs that can be accessed by multiple threads concurrently.
struct ConcurrentDictionary<TKey,TValue>.AlternateLookup<TAlternateKey>
class ConcurrentQueue<T> Represents a thread-safe first in-first out (FIFO) collection.
interface IProducerConsumerCollection<T> Defines methods to manipulate thread-safe collections intended for producer/consumer usage. This interface provides a unified representation for producer/consumer collections so that higher level abstractions such as can use the collection as the underlying storage mechanism.