Initializes an instance of the PersistentList in the session.

Namespace:  NHibernate.Collection
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	session As ISessionImplementor _
)
C#
public PersistentList(
	ISessionImplementor session
)
Visual C++
public:
PersistentList(
	ISessionImplementor^ session
)
JavaScript
NHibernate.Collection.PersistentList = function(session);

Parameters

session
Type: NHibernate.Engine..::.ISessionImplementor
The ISessionImplementor the list is in.

See Also