[Missing <summary> documentation for "M:NHibernate.Context.WcfOperationSessionContext.SetMap(System.Collections.IDictionary)"]

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

Syntax

C#
protected override void SetMap(
	IDictionary value
)
Visual Basic
Protected Overrides Sub SetMap ( _
	value As IDictionary _
)
Visual C++
protected:
virtual void SetMap(
	IDictionary^ value
) override

Parameters

value
Type: System.Collections..::..IDictionary

[Missing <param name="value"/> documentation for "M:NHibernate.Context.WcfOperationSessionContext.SetMap(System.Collections.IDictionary)"]

See Also