CommandTState Constructor (Action, Action, String) |
Namespace: SD.Tools.Algorithmia.CommandsAssembly: SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.2.0.0 (1.2.14.1118)
Syntax public Command(
Action doFunc,
Action undoFunc,
string description
)
Public Sub New (
doFunc As Action,
undoFunc As Action,
description As String
)
Parameters
- doFunc
- Type: SystemAction
The do func, used for performing the Do operation, which is a func which doesn't accept any parameters. - undoFunc
- Type: SystemAction
The undo func. - description
- Type: SystemString
The description of the command.
See Also