Constructor()

Namespace ›› System ›› MfDictionaryBase ›› Methods ››
Parent Previous Next

Constructor()

Constructor for Abstract MfDictionaryBase Class

OutputVar := new MfDictionaryBase()

Throws

Throws MfNotSupportedException if this Abstract class constructor is called directly.

Remarks

Derived classes must call base.__New() in their constructors.
Abstract Class