C# Class ChessConsole.Commands.CommandHelpLabel

Show file Open project: Beginner7/Command2

Public Properties

Property Type Description
Args string
HelpString string
Name string

Public Methods

Method Description
CommandHelpLabel ( string name, string helpString ) : System
CommandHelpLabel ( string name, string helpString, string args ) : System

Method Details

CommandHelpLabel() public method

public CommandHelpLabel ( string name, string helpString ) : System
name string
helpString string
return System

CommandHelpLabel() public method

public CommandHelpLabel ( string name, string helpString, string args ) : System
name string
helpString string
args string
return System

Property Details

Args public property

public string Args
return string

HelpString public property

public string HelpString
return string

Name public property

public string Name
return string