Property | Type | Description | |
---|---|---|---|
CreateOptionInfo |
Method | Description | |
---|---|---|
OptionAttribute ( string shortName, string longName ) : System |
Initializes a new instance of the CommandLine.OptionAttribute class.
|
Method | Description | |
---|---|---|
CreateOptionInfo ( ) : |
public OptionAttribute ( 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 |