C-DEngine 5.105

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.ViewModels
Assembly:  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


Object
  nsCDEngine.ViewModels..::..cdeConcurrentDictionary<(Of <(<'TKey, TValue>)>)>