Constructor for MfDictionary Class
OutputVar := new MfDictionary()
OutputVar := new MfDictionary(capacity)
Constructs new instance of MfDictionary Class.
Constructs new instance of MfDictionary Class and sets the initial capacity.
capacity
The initial capacity of the MfDictionary instance.