Creates an empty Hashtable with the default initial capacity and using the default load factor,
the specified hash code provider and the specified comparer
Namespace:
NHibernate.UtilAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub New ( _ hcp As IHashCodeProvider, _ comparer As IComparer _ ) |
C# |
---|
public SequencedHashMap( IHashCodeProvider hcp, IComparer comparer ) |
Visual C++ |
---|
public: SequencedHashMap( IHashCodeProvider^ hcp, IComparer^ comparer ) |
JavaScript |
---|
NHibernate.Util.SequencedHashMap = function(hcp, comparer); |
Parameters
- comparer
- Type: System.Collections..::.IComparer