Initializes a new instance of the PersistentGenericMap<(Of <(<'TKey, TValue>)>)> class

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

Syntax

C#
public PersistentGenericMap(
	ISessionImplementor session,
	IDictionary<TKey, TValue> map
)
Visual Basic
Public Sub New ( _
	session As ISessionImplementor, _
	map As IDictionary(Of TKey, TValue) _
)
Visual C++
public:
PersistentGenericMap(
	ISessionImplementor^ session, 
	IDictionary<TKey, TValue>^ map
)

Parameters

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

[Missing <param name="session"/> documentation for "M:NHibernate.Collection.Generic.PersistentGenericMap`2.#ctor(NHibernate.Engine.ISessionImplementor,System.Collections.Generic.IDictionary{`0,`1})"]

map
Type: System.Collections.Generic..::..IDictionary<(Of <(<'TKey, TValue>)>)>

[Missing <param name="map"/> documentation for "M:NHibernate.Collection.Generic.PersistentGenericMap`2.#ctor(NHibernate.Engine.ISessionImplementor,System.Collections.Generic.IDictionary{`0,`1})"]

See Also