C# Class Fonet.Cli.Parser.ParameterlessOption

An option that does not expect a parameter.
Inheritance: Fonet.Cli.Parser.Option
Afficher le fichier Open project: prepare/FO.NET Class Usage Examples

Méthodes publiques

Méthode Description
ParameterlessOption ( string optionName )

Initializes a new instance of the ParameterlessOption class.

Method Details

ParameterlessOption() public méthode

Initializes a new instance of the ParameterlessOption class.
public ParameterlessOption ( string optionName )
optionName string The name of the option.