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