Initializes a new instance of the LinkedHashMap<(Of <(<'TKey, TValue>)>)> class that is empty, has the default initial capacity, and uses the default equality comparer for the key type.

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

Syntax

C#
public LinkedHashMap()
Visual Basic
Public Sub New
Visual C++
public:
LinkedHashMap()

See Also