C# Class CommandLine.OptionListAttribute

Inheritance: OptionAttribute
Afficher le fichier Open project: ErikEJ/SqlQueryStress

Méthodes publiques

Méthode Description
OptionListAttribute ( string shortName, string longName ) : System

Initializes a new instance of the CommandLine.OptionListAttribute class.

OptionListAttribute ( string shortName, string longName, char separator ) : System

Initializes a new instance of the CommandLine.OptionListAttribute class.

Method Details

OptionListAttribute() public méthode

Initializes a new instance of the CommandLine.OptionListAttribute class.
public OptionListAttribute ( string shortName, string longName ) : System
shortName string The short name of the option or null if not used.
longName string The long name of the option or null if not used.
Résultat System

OptionListAttribute() public méthode

Initializes a new instance of the CommandLine.OptionListAttribute class.
public OptionListAttribute ( string shortName, string longName, char separator ) : System
shortName string The short name of the option or null if not used.
longName string The long name of the option or null if not used.
separator char Values separator character.
Résultat System