cdeConcurrentDictionary<(Of <(<'TKey, TValue>)>)> Class
Defines a Thread-Safe Concurrent Directory
On Silverlight and .NET35 this uses a normal Directory that can be locked with the MyLock object inside this class
Namespace:
nsCDEngine.ViewModelsAssembly: C-DEngine (in C-DEngine.dll)
Syntax
public class cdeConcurrentDictionary<TKey, TValue>
Public Class cdeConcurrentDictionary(Of TKey, TValue)
generic<typename TKey, typename TValue> public ref class cdeConcurrentDictionary
Type Parameters
- TKey
- Type of the Key
- TValue
- Type of the Value
Inheritance Hierarchy
nsCDEngine.ViewModels..::..cdeConcurrentDictionary<(Of <(<'TKey, TValue>)>)>