Bridge

Dictionary<(Of <(<'TKey, TValue>)>)>..::..Comparer Property

Namespace:  System.Collections.Generic
Assembly:  Bridge (in Bridge.dll)

Syntax


public IEqualityComparer<TKey> Comparer { get; }
Public ReadOnly Property Comparer As IEqualityComparer(Of TKey)
	Get
public:
property IEqualityComparer<TKey>^ Comparer {
	IEqualityComparer<TKey>^ get ();
}