cdeConcurrentDictionary<(Of <(<'TKey, TValue>)>)> Methods
The cdeConcurrentDictionary<(Of <(<'TKey, TValue>)>)> type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
cdeSafeGetValue |
Returns the value of the dictionary using the given key.
|
![]() |
Equals(System.Object) | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetDictionarySnapshot |
This returns a consistent snapshot of the dictionary
|
![]() |
GetDynamicEnumerable |
This enumerator does not take a lock/snapshot and may reflect changes to the dictionary after it was obtained
|
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetSize |
Tries to estimate the size of the cdeConcurrentDictionary in bytes
|
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
RemoveNoCare |
Removes the record with the corresponding key and does not care if it was successful
|
![]() |
ToString | (Inherited from Object.) |