OptionAttribute Constructor (Char) |
Namespace: X3Platform.CommandLineAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic OptionAttribute(
char shortName
)
public:
OptionAttribute(
wchar_t shortName
)
Parameters
- shortName
- Type: SystemChar
The short name of the option..
See Also