Click or drag to resize

ControllerAndSetNullMethod Constructor

Initializes a new instance of the ControllerAndSetNullMethod struct.

Namespace: Altaxo.Gui
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public ControllerAndSetNullMethod(
	IMVCAController? doc,
	Action setMemberToNullAction
)

Parameters

doc  IMVCAController
The controller instance.
setMemberToNullAction  Action
An action that sets the member referencing doc to .
See Also