IMapConst
Description
- Derived from
- Extended by
-
IMap
ISortedMapConst
MapConstBase abstract
Base interface for classes that represent a read-only set of key/value pairs.
Public / Attributes
MethodComparisonKey
Returns the method that imposes a total order on the set of possible map keys.
Implementations are not required to actually use the exact same delegate returned by this property. The delegate is only required to be consistent with the comparison order used by the implementation.
MethodEqualityKey
Returns the method for determining whether two keys are equal.
Implementations are not required to actually use the exact same delegate returned by this property. The delegate is only required to be consistent with the equality predicate used by the implementation.