Click or drag to resize
ConcurrentDictionaryExTKey, TValue Class
Inheritance Hierarchy
SystemObject
  System.Collections.ConcurrentConcurrentDictionaryTKey, TValue
    Ozeki.CommonConcurrentDictionaryExTKey, TValue

Namespace: Ozeki.Common
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public class ConcurrentDictionaryEx<TKey, TValue> : ConcurrentDictionary<TKey, TValue>

Type Parameters

TKey
TValue

The ConcurrentDictionaryExTKey, TValue type exposes the following members.

Constructors
  NameDescription
Public methodConcurrentDictionaryExTKey, TValue
Initializes a new instance of the ConcurrentDictionaryExTKey, TValue class
Top
Methods
  NameDescription
Public methodTryRemove
Top
See Also