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