System.Collections.Concurrent.ConcurrentDictionary<TKey,TValue>: Constructor Members

The constructors of System.Collections.Concurrent.ConcurrentDictionary<TKey,TValue> are listed below. For a list of all members, see the ConcurrentDictionary<TKey,TValue> Members list.

See Also: Inherited members from System.Object

Public Constructors

Initializes a new instance of the System.Collections.Concurrent.ConcurrentDictionary`2 class that is empty, has the default concurrency level, has the default initial capacity, and uses the default comparer for the key type.

Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.

Initializes a new instance of the System.Collections.Concurrent.ConcurrentDictionary`2 class that is empty, has the specified concurrency level and capacity, and uses the default comparer for the key type.

Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.