Initializes a new instance of the PersistentGenericList<(Of <(<'T>)>)> class
Namespace: NHibernate.Collection.GenericAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public PersistentGenericList( ISessionImplementor session, IList<T> list ) |
Visual Basic |
---|
Public Sub New ( _ session As ISessionImplementor, _ list As IList(Of T) _ ) |
Visual C++ |
---|
public: PersistentGenericList( ISessionImplementor^ session, IList<T>^ list ) |
Parameters
- session
- Type: NHibernate.Engine..::..ISessionImplementor
[Missing <param name="session"/> documentation for "M:NHibernate.Collection.Generic.PersistentGenericList`1.#ctor(NHibernate.Engine.ISessionImplementor,System.Collections.Generic.IList{`0})"]
- list
- Type: System.Collections.Generic..::..IList<(Of <(<'T>)>)>
[Missing <param name="list"/> documentation for "M:NHibernate.Collection.Generic.PersistentGenericList`1.#ctor(NHibernate.Engine.ISessionImplementor,System.Collections.Generic.IList{`0})"]