Click or drag to resize

ManagedConcurrentDictionaryTKey, TValue Properties

The ManagedConcurrentDictionaryTKey, TValue generic type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of items in the dictionary.
Public propertyIsEmpty
Gets true if dictionary is empty.
Public propertyKeys
Gets an array of keys.
Public propertyValues
Gets an array of Values.
Top
See Also