Provides dictionary implementations for the MyLibrary collection interfaces.
This unit contains the default hash-based dictionary implementation returned by TCollections factory methods.
| THashDictionary<TKey,TValue> |
Provides a hash-based implementation of IDictionary<TKey,TValue>. |