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