CommandLineTypeRemoveCommand Method
|
Removes a command from the command list.
Namespace:
us.FreeWill.CommandLine
Assembly:
CommandLine (in CommandLine.dll) Version: 2.0.2341.22284
Syntax public bool RemoveCommand(
CommandType command
)
Parameters
- command
- Type: us.FreeWill.CommandLineCommandType
The command to remove.
Return Value
Type:
BooleanTrue if it was in the list to remove, false otherwise.
See Also