ConcurrentDictionaryExTKey, TValue Class |
Inheritance Hierarchy
Namespace: Ozeki.CommonAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public class ConcurrentDictionaryEx<TKey, TValue> : ConcurrentDictionary<TKey, TValue>
Public Class ConcurrentDictionaryEx(Of TKey, TValue)
Inherits ConcurrentDictionary(Of TKey, TValue)
generic<typename TKey, typename TValue>
public ref class ConcurrentDictionaryEx : public ConcurrentDictionary<TKey, TValue>
type ConcurrentDictionaryEx<'TKey, 'TValue> =
class
inherit ConcurrentDictionary<'TKey, 'TValue>
end
Type Parameters
- TKey
- TValue
The ConcurrentDictionaryExTKey, TValue type exposes the following members.
Constructors Methods See Also