This constructor is NOT meant to be called from user code.

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

Syntax

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

See Also