Initializes a new instance of the AbstractPersistentCollection class

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

Syntax

C#
protected AbstractPersistentCollection(
	ISessionImplementor session
)
Visual Basic
Protected Sub New ( _
	session As ISessionImplementor _
)
Visual C++
protected:
AbstractPersistentCollection(
	ISessionImplementor^ session
)

Parameters

session
Type: NHibernate.Engine..::..ISessionImplementor

[Missing <param name="session"/> documentation for "M:NHibernate.Collection.AbstractPersistentCollection.#ctor(NHibernate.Engine.ISessionImplementor)"]

See Also