Click or drag to resize

ManagedConcurrentDictionaryTKey, TValue Class

A ConcurrentDictonary that maps to the appropriate platform version.
Inheritance Hierarchy
SystemObject
  FM.IceLinkManagedConcurrentDictionaryTKey, TValue

Namespace:  FM.IceLink
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 3.2.2.607 (3.2.2.607)

The ManagedConcurrentDictionaryTKey, TValue type exposes the following members.

Constructors
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
Methods
  NameDescription
Public methodAddOrUpdate
Updates a value in the dictionary or adds it if it does not exist.
Public methodClear
Clears the dictionary of all items.
Public methodContainsKey
True if the dictionary contains the key.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetOrAdd
Gets the value from the dictionary or adds a new one if it does not exist.
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Public methodTryAdd
Tries to add a new value to the dictionary.
Public methodTryGetValue
Tries to get a value from the dictionary.
Public methodTryRemove
Tries and removes a value from the dictionary.
Public methodTryUpdate
Tries to update the value in the dictionary.
Top
See Also