BaseOptionAttribute Constructor (Char, String) |
Initializes a new instance of the
BaseOptionAttribute class.
Validating
shortName and
longName.
Namespace: X3Platform.CommandLineAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxprotected BaseOptionAttribute(
char shortName,
string longName
)
protected:
BaseOptionAttribute(
wchar_t shortName,
String^ longName
)
Parameters
- shortName
- Type: SystemChar
Short name of the option. - longName
- Type: SystemString
Long name of the option.
See Also