cdeConcurrentDictionary<(Of <(<'TKey, TValue>)>)> Constructor (IEqualityComparer<(Of <(<'TKey>)>)>)
constructor with incoming comparer
Namespace:
nsCDEngine.ViewModels
Assembly:
C-DEngine (in C-DEngine.dll)
Syntax
public cdeConcurrentDictionary( IEqualityComparer<TKey> comparer )
Public Sub New ( _ comparer As IEqualityComparer(Of TKey) _ )
public: cdeConcurrentDictionary( IEqualityComparer<TKey>^ comparer )
Parameters
- comparer
- Type: IEqualityComparer<(Of <(<'TKey>)>)>