C# Class Clear, frostwalk-game-console

显示文件 Open project: WilsonCWong/frostwalk-game-console Class Usage Examples

Public Methods

Method Description
PrintHelp ( ) : void
Run ( string argString ) : void

Protected Methods

Method Description
SetHelp ( ) : void
SetKeywords ( ) : void

Method Details

PrintHelp() public method

public PrintHelp ( ) : void
return void

Run() public method

public Run ( string argString ) : void
argString string
return void

SetHelp() protected method

protected SetHelp ( ) : void
return void

SetKeywords() protected method

protected SetKeywords ( ) : void
return void