ManagedConcurrentDictionaryTKey, TValue Class |
Namespace: FM.IceLink
The ManagedConcurrentDictionaryTKey, TValue type exposes the following members.
Name | Description | |
---|---|---|
ManagedConcurrentDictionaryTKey, TValue |
Creates a new instance.
| |
ManagedConcurrentDictionaryTKey, TValue(Function1TKey, String) |
Creates a new ManagedConcurrentDictionary.
|
Name | Description | |
---|---|---|
Count |
Gets the number of items in the dictionary.
| |
IsEmpty |
Gets true if dictionary is empty.
| |
Keys |
Gets an array of keys.
| |
Values |
Gets an array of Values.
|
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.
|