C# Class CommandLineSwitch.Application

The application call acts as a tester for the command line parser. It demonstrates using switch attributes on properties meaning that the coder does not have to implement anything except instantiating the parser in the most basic way.
Show file Open project: suntong/lang Class Usage Examples

Private Properties

Property Type Description
Main int
Run int

Private Methods

Method Description
Main ( string cmdLine ) : int
Run ( string cmdLine ) : int