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
| [read-only] | Count | int.
Gets the number of key/value pairs contained in the System.Collections.Concurrent.ConcurrentDictionary`2. |
| [read-only] | IsEmpty | bool.
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] | Keys | ICollection<TKey>.
Gets a collection containing the keys in the Dictionary`2. |
| [read-only] | Values | ICollection<TValue>.
Gets a collection that contains the values in the Dictionary`2. |