Click or drag to resize

ManagedConcurrentDictionaryTKey, TValue Methods

The ManagedConcurrentDictionaryTKey, TValue generic type exposes the following members.

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