Dictionary<(Of <(<'TKey, TValue>)>)> Constructor (IEqualityComparer<(Of <(<'TKey>)>)>)
Namespace:
System.Collections.Generic
Assembly: Bridge (in Bridge.dll)
Assembly: Bridge (in Bridge.dll)
Syntax
[TemplateAttribute] public Dictionary( IEqualityComparer<TKey> comparer )
<TemplateAttribute> _ Public Sub New ( _ comparer As IEqualityComparer(Of TKey) _ )
[TemplateAttribute] public: Dictionary( IEqualityComparer<TKey>^ comparer )
Parameters
- comparer
- Type: System.Collections.Generic..::..IEqualityComparer<(Of <(<'TKey>)>)>