C# Class While.CommandLineOptions

Class for parsing command line options.
ファイルを表示 Open project: einaregilsson/While-Language Class Usage Examples

Public Methods

Method Description
CommandLineOptions ( string args ) : System
Print ( ) : void

Private Methods

Method Description
IsParam ( string arg, string longForm, string shortForm, bool requireArgument, string &argument ) : bool

Method Details

CommandLineOptions() public method

public CommandLineOptions ( string args ) : System
args string
return System

Print() public static method

public static Print ( ) : void
return void