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

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

Syntax

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

See Also