Construct a new sequenced hash map with the specified initial size and default load factor

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

Syntax

C#
public SequencedHashMap(
	int capacity
)
Visual Basic
Public Sub New ( _
	capacity As Integer _
)
Visual C++
public:
SequencedHashMap(
	int capacity
)

Parameters

capacity
Type: System..::..Int32
the initial size for the hash table

See Also