Interface | Description |
---|---|
IMapData<TKey,TValue> |
The interface of a class encapsulating Keys and Values as separate arrays.
|
Class | Description |
---|---|
MapData<TKey,TValue> |
Encapsulates Keys and Values, usually sourced from Dictionaries, hashtables and other map-type data structures.
|