C# Class CommandLine.OptionListAttribute

Inheritance: OptionAttribute
显示文件 Open project: ErikEJ/SqlQueryStress

Public Methods

Method 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 method

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.
return System

OptionListAttribute() public method

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.
return System