GetInstance()

Namespace ›› System ›› MfResourceSingletonBase ›› Methods ››
Parent Previous Next

GetInstance()

Overrides MfSingletonBase.GetInstance()
Protected Abstract Method

OutputVar := GetInstance()

GetInstance()

Protected 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

This method must be overridden in derived classes.