| ManagedConcurrentDictionaryTKey, TValue Methods | 
The ManagedConcurrentDictionaryTKey, TValue generic type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | AddOrUpdate | 
            Updates a value in the dictionary or adds it if it does not exist.
             | 
|  | Clear | 
            Clears the dictionary of all items.
             | 
|  | ContainsKey | 
            True if the dictionary contains the key.
             | 
|  | Equals | (Inherited from Object.) | 
|  | Finalize | (Inherited from Object.) | 
|  | GetHashCode | (Inherited from Object.) | 
|  | GetOrAdd | 
            Gets the value from the dictionary or adds a new one if it does not exist.
             | 
|  | GetType | (Inherited from Object.) | 
|  | MemberwiseClone | (Inherited from Object.) | 
|  | ToString | (Inherited from Object.) | 
|  | TryAdd | 
            Tries to add a new value to the dictionary.
             | 
|  | TryGetValue | 
            Tries to get a value from the dictionary.
             | 
|  | TryRemove | 
            Tries and removes a value from the dictionary.
             | 
|  | TryUpdate | 
            Tries to update the value in the dictionary.
             | 
 See Also
See Also