Namespace:  NHibernate.Type
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Comparer As IComparer(Of TKey)
C#
public IComparer<TKey> Comparer { get; }
Visual C++
public:
property IComparer<TKey>^ Comparer {
	IComparer<TKey>^ get ();
}
JavaScript
function get_comparer();

See Also