GetInstance()

Namespace ›› System ›› MfNullBase ›› Methods ››
Parent Previous Next

GetInstance()

OutputVar := this.GetInstance()

GetInstance()

Abstract method. Gets the instance of the Singleton

Returns

Returns Singleton instance for the derived class.

Throws

Throws MfNotImplementedException if method is not overridden in derived classes

Remarks

Protected method.
This method must be overridden in derived classes.