Initializes a new instance of the LinkedHashMap<(Of <(<'TKey, TValue>)>)> class that is empty, has the default initial capacity, and uses the specified IEqualityComparer<(Of <(<'T>)>)>.
Namespace: NHibernate.UtilAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public LinkedHashMap( IEqualityComparer<TKey> equalityComparer ) |
Visual Basic |
---|
Public Sub New ( _ equalityComparer As IEqualityComparer(Of TKey) _ ) |
Visual C++ |
---|
public: LinkedHashMap( IEqualityComparer<TKey>^ equalityComparer ) |
Parameters
- equalityComparer
- Type: System.Collections.Generic..::..IEqualityComparer<(Of <(<'TKey>)>)>
The IEqualityComparer<(Of <(<'T>)>)> implementation to use when comparing keys, or null to use the default EqualityComparer for the type of the key.