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

Syntax

Visual Basic (Declaration)
Protected map As IDictionary(Of TKey, TValue)
C#
protected IDictionary<TKey, TValue> map
Visual C++
protected:
IDictionary<TKey, TValue>^ map
JavaScript
map

See Also