An IType that maps an IList<(Of <(<'T>)>)> collection
to the database using list semantics.
Namespace: NHibernate.TypeAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
[SerializableAttribute] public class GenericListType<T> : ListType |
Visual Basic |
---|
<SerializableAttribute> _ Public Class GenericListType(Of T) _ Inherits ListType |
Visual C++ |
---|
[SerializableAttribute] generic<typename T> public ref class GenericListType : public ListType |
Type Parameters
- T
[Missing <typeparam name="T"/> documentation for "T:NHibernate.Type.GenericListType`1"]
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>)>)>