Click or drag to resize

PLSStartAnalysisControllerGetSubControllers Method

Enumerates the sub controllers. This function is called on Dispose(Boolean) of this controller to dispose the sub controllers too. By overriding this function, there is no need to override Dispose(Boolean).

Namespace: Altaxo.Gui.Worksheet
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public override IEnumerable<ControllerAndSetNullMethod> GetSubControllers()

Return Value

IEnumerableControllerAndSetNullMethod
An enumeration of controller/set-null-method pairs.
See Also