[Missing <summary> documentation for "P:NHibernate.Type.GenericSortedDictionaryType`2.Comparer"]

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

Syntax

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

See Also