Namespace:
NHibernate.Type
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
<SerializableAttribute> _ Public Class BagType _ Inherits CollectionType |
C# |
---|
[SerializableAttribute] public class BagType : CollectionType |
Visual C++ |
---|
[SerializableAttribute] public ref class BagType : public CollectionType |
JavaScript |
---|
NHibernate.Type.BagType = function(); Type.createClass( 'NHibernate.Type.BagType', NHibernate.Type.CollectionType); |
Inheritance Hierarchy
System..::.Object
NHibernate.Type..::.AbstractType
NHibernate.Type..::.CollectionType
NHibernate.Type..::.BagType
NHibernate.Type..::.GenericBagType<(Of <(T>)>)
NHibernate.Type..::.AbstractType
NHibernate.Type..::.CollectionType
NHibernate.Type..::.BagType
NHibernate.Type..::.GenericBagType<(Of <(T>)>)