|
OrderedDictionaryTKey, TValue Constructor (IEqualityComparerTKey)
|
Namespace:
Accord.Collections
Assembly:
Accord (in Accord.dll) Version: 3.8.0
Syntax public OrderedDictionary(
IEqualityComparer<TKey> comparer
)
Public Sub New (
comparer As IEqualityComparer(Of TKey)
)
Request Example
View SourceParameters
- comparer
- Type: System.Collections.GenericIEqualityComparerTKey
The IEqualityComparer implementation to use when comparing keys, or null to use
the default EqualityComparer for the type of the key.
See Also