Initializes a new instance of the LinkedHashMap<(Of <(<'TKey, TValue>)>)> class that is empty, has the specified 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(
	int capacity
)
Visual Basic
Public Sub New ( _
	capacity As Integer _
)
Visual C++
public:
LinkedHashMap(
	int capacity
)

Parameters

capacity
Type: System..::..Int32
The initial number of elements that the LinkedHashMap<(Of <(<'TKey, TValue>)>)> can contain.

See Also