OptionListAttribute Constructor (Char, String, Char) |
Namespace: X3Platform.CommandLineAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic OptionListAttribute(
char shortName,
string longName,
char separator
)
public:
OptionListAttribute(
wchar_t shortName,
String^ longName,
wchar_t separator
)
Parameters
- shortName
- Type: SystemChar
The short name of the option or null if not used. - longName
- Type: SystemString
The long name of the option or null if not used. - separator
- Type: SystemChar
Values separator character.
See Also