Initializes a new instance of the PersistentIdentifierBag class

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

Syntax

C#
public PersistentIdentifierBag(
	ISessionImplementor session,
	ICollection coll
)
Visual Basic
Public Sub New ( _
	session As ISessionImplementor, _
	coll As ICollection _
)
Visual C++
public:
PersistentIdentifierBag(
	ISessionImplementor^ session, 
	ICollection^ coll
)

Parameters

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

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

coll
Type: System.Collections..::..ICollection

[Missing <param name="coll"/> documentation for "M:NHibernate.Collection.PersistentIdentifierBag.#ctor(NHibernate.Engine.ISessionImplementor,System.Collections.ICollection)"]

See Also