A SetType implemented using a collection that maintains
the order in which elements are inserted into it.
Namespace: NHibernate.TypeAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# |
|---|
[SerializableAttribute] public class OrderedSetType : SetType |
| Visual Basic |
|---|
<SerializableAttribute> _ Public Class OrderedSetType _ Inherits SetType |
| Visual C++ |
|---|
[SerializableAttribute] public ref class OrderedSetType : public SetType |
Inheritance Hierarchy
System..::..Object
NHibernate.Type..::..AbstractType
NHibernate.Type..::..CollectionType
NHibernate.Type..::..SetType
NHibernate.Type..::..OrderedSetType
NHibernate.Type..::..AbstractType
NHibernate.Type..::..CollectionType
NHibernate.Type..::..SetType
NHibernate.Type..::..OrderedSetType