Click or drag to resize

CommandLineTypeRemoveCommand Method

Removes a command from the command list.

Namespace:  us.FreeWill.CommandLine
Assembly:  CommandLine (in CommandLine.dll) Version: 2.0.2341.22284
Syntax
C#
public bool RemoveCommand(
	CommandType command
)

Parameters

command
Type: us.FreeWill.CommandLineCommandType
The command to remove.

Return Value

Type: Boolean
True if it was in the list to remove, false otherwise.
See Also