MapConstBase
Description
- Derived from
-
BagConstBase<MapEntry<TKey, TValue>> abstract
IMapConst<TKey, TValue> - Extended by
-
MapBase abstract
Abstract base class for IMapConst implementations.
Protected / Constructors
MapConstBase
3 overloads
Creates a new instance of MapConstBase.
Creates a new instance of MapConstBase.
Creates a new instance of MapConstBase.
Protected / Methods
CompareKeys
Compares the given keys.
The default implementation invokes the CompareDelegate that has been specified for this dictionary.
EqualsKeys
Checks if the given keys are equal.
The default implementation invokes the EqualsDelegate that has been specified for this dictionary. If a CompareDelegate has been given instead, it will be invoked and its return value tested against 0
.