Initializes a new instance of the PersistentIdentifierBag<(Of <(<'T>)>)> class
Namespace: NHibernate.Collection.GenericAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public PersistentIdentifierBag( ISessionImplementor session, ICollection<T> coll ) |
Visual Basic |
---|
Public Sub New ( _ session As ISessionImplementor, _ coll As ICollection(Of T) _ ) |
Visual C++ |
---|
public: PersistentIdentifierBag( ISessionImplementor^ session, ICollection<T>^ coll ) |
Parameters
- session
- Type: NHibernate.Engine..::..ISessionImplementor
[Missing <param name="session"/> documentation for "M:NHibernate.Collection.Generic.PersistentIdentifierBag`1.#ctor(NHibernate.Engine.ISessionImplementor,System.Collections.Generic.ICollection{`0})"]
- coll
- Type: System.Collections.Generic..::..ICollection<(Of <(<'T>)>)>
[Missing <param name="coll"/> documentation for "M:NHibernate.Collection.Generic.PersistentIdentifierBag`1.#ctor(NHibernate.Engine.ISessionImplementor,System.Collections.Generic.ICollection{`0})"]