Map
Description
- Derived from
-
MapBase<TKey, TValue> abstract
An implementation of the IMap interface that uses a hashtable for storing the key/value pairs.
A specialized container may be created by subclassing Map and specifying a suitable EqualsDelegate and a suitable HashCodeDelegate in the constructor, optionally overriding the following methods to provide custom semantics:
Public / Constructors
Map
3 overloads
Creates a new instance of Map.
The equality delegate is SystemUtil.EqualsDefault.
The hash code delegate is SystemUtil.HashCodeDefault.
Creates a new instance of Map.
The hash code delegate is SystemUtil.HashCodeDefault.
Creates a new instance of Map.