Constructor()

Namespace ›› System ›› MfDictionary ›› Methods ››
Parent Previous Next

Constructor()

Constructor for MfDictionary Class

OutputVar := new MfDictionary()
OutputVar := new MfDictionary(capacity)

Constructor()

Constructs new instance of MfDictionary Class.

Constructor(capacity)

Constructs new instance of MfDictionary Class and sets the initial capacity.

Parameters

capacity

The initial capacity of the MfDictionary instance.