C# Class While.CommandLineOptions

Class for parsing command line options.
Afficher le fichier Open project: einaregilsson/While-Language Class Usage Examples

Méthodes publiques

Méthode Description
CommandLineOptions ( string args ) : System
Print ( ) : void

Private Methods

Méthode Description
IsParam ( string arg, string longForm, string shortForm, bool requireArgument, string &argument ) : bool

Method Details

CommandLineOptions() public méthode

public CommandLineOptions ( string args ) : System
args string
Résultat System

Print() public static méthode

public static Print ( ) : void
Résultat void