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