The ThreadSafeDictionary<(Of <(<'TKey, TValue>)>)> type exposes the following members.

Properties

  Name Description
Public property Count
Gets the number of elements contained in the Collection.
Public property IsReadOnly
Public property Item
Gets or sets the dictionary item.
Public property Keys
Gets a Collection containing the keys of the Dictionary.
Public property Values
Gets an Collection containing the values in the Dictionary.

See Also