Click or drag to resize
Command<TState> Constructor (Action, Action)

Namespace:  SD.Tools.Algorithmia.Commands
Assembly:  SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.3.0.0 (1.3.17.0314)
Syntax
public Command(
	Action doFunc,
	Action undoFunc
)

Parameters

doFunc
Type: System.Action
The do func, used for performing the Do operation, which is a func which doesn't accept any parameters.
undoFunc
Type: System.Action
The undo func.
See Also