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

The properties 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 Properties

[read-only]
Countint.

Gets the number of key/value pairs contained in the System.Collections.Concurrent.ConcurrentDictionary`2.

[read-only]
IsEmptybool.

Gets a value that indicates whether the System.Collections.Concurrent.ConcurrentDictionary`2 is empty.

default property
Item(TKey)TValue. Documentation for this section has not yet been entered.
[read-only]
KeysICollection<TKey>.

Gets a collection containing the keys in the Dictionary`2.

[read-only]
ValuesICollection<TValue>.

Gets a collection that contains the values in the Dictionary`2.