Extends the SetType to provide sorting.

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

Syntax

C#
[SerializableAttribute]
public class SortedSetType : SetType
Visual Basic
<SerializableAttribute> _
Public Class SortedSetType _
	Inherits SetType
Visual C++
[SerializableAttribute]
public ref class SortedSetType : public SetType

Inheritance Hierarchy

See Also