Click or drag to resize

CommandType Constructor (String, ListString)

Initializes a new instance of the CommandType class

Namespace:  us.FreeWill.CommandLine
Assembly:  CommandLine (in CommandLine.dll) Version: 2.0.2341.22284
Syntax
C#
public CommandType(
	string consoleEntry,
	List<string> shortHelp
)

Parameters

consoleEntry
Type: SystemString

[Missing <param name="consoleEntry"/> documentation for "M:us.FreeWill.CommandLine.CommandType.#ctor(System.String,System.Collections.Generic.List{System.String})"]

shortHelp
Type: System.Collections.GenericListString

[Missing <param name="shortHelp"/> documentation for "M:us.FreeWill.CommandLine.CommandType.#ctor(System.String,System.Collections.Generic.List{System.String})"]

See Also