This class contains methods to manage a sorted collection.

Namespace: NHibernate.Tool.hbm2net
Assembly:   NHibernate.Tool.hbm2net (in NHibernate.Tool.hbm2net)
Version: 1.2.0.4000

Syntax

Visual Basic (Declaration)
Public Class SortedSetSupport _
	Inherits SetSupport
C#
public class SortedSetSupport : SupportClass.SetSupport
Visual C++
public ref class SortedSetSupport : public SetSupport

Inheritance Hierarchy

System.Object
  System.Collections.ArrayList
    NHibernate.Tool.hbm2net.SetSupport
      NHibernate.Tool.hbm2net.SortedSetSupport
        NHibernate.Tool.hbm2net.TreeSetSupport