







![]() ![]() ![]() |
.NET Framework Class Library |
ConcurrentDictionary<(Of <(TKey, TValue>)>) Properties |
ConcurrentDictionary<(Of <(TKey, TValue>)>) Class See Also Send Feedback |
The ConcurrentDictionary<(Of <(TKey, TValue>)>) type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Count |
Gets the number of key/value pairs contained in the ConcurrentDictionary<(Of <(TKey, TValue>)>).
|
![]() | IsEmpty |
Gets a value that indicates whether the ConcurrentDictionary<(Of <(TKey, TValue>)>) is empty.
|
![]() | Item |
Gets or sets the value associated with the specified key.
|
![]() | Keys |
Gets a collection containing the keys in the Dictionary<(Of <(TKey, TValue>)>).
|
![]() | Values |
Gets a collection containing the values in the Dictionary<(Of <(TKey, TValue>)>).
|
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() | IDictionary..::.IsFixedSize |
Gets a value indicating whether the IDictionary<(Of <(TKey, TValue>)>) has a fixed size.
|
![]() ![]() | ICollection<(Of <(KeyValuePair<(Of <(TKey, TValue>)>)>)>)..::.IsReadOnly | |
![]() ![]() | IDictionary..::.IsReadOnly |
Gets a value indicating whether the IDictionary<(Of <(TKey, TValue>)>) is read-only.
|
![]() ![]() | ICollection..::.IsSynchronized |
Gets a value indicating whether access to the ICollection is
synchronized with the SyncRoot.
|
![]() ![]() | IDictionary..::.Item |
Gets or sets the value associated with the specified key.
|
![]() ![]() | IDictionary..::.Keys |
Gets an ICollection containing the keys of the IDictionary<(Of <(TKey, TValue>)>).
|
![]() ![]() | ICollection..::.SyncRoot |
Gets an object that can be used to synchronize access to the ICollection. This property is not supported.
|
![]() ![]() | IDictionary..::.Values |
Gets an ICollection containing the values in the IDictionary.
|