Implements a hash table with the key and the value strongly typed to be strings rather than objects.
type _StringDictionary = CNClrLib.Collections._StringDictionary;