C# Class ChessConsole.Commands.CommandHelpLabel

Mostra 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_oe property

public string Args
return string

HelpString public_oe property

public string HelpString
return string

Name public_oe property

public string Name
return string