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

Syntax

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

See Also