BaseOptionAttribute Constructor (NullableChar, String) |
Initializes a new instance of the
BaseOptionAttribute class. Validating
shortName
and
longName. This constructor accepts a
NullableT as short name.
Namespace: X3Platform.CommandLineAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxprotected BaseOptionAttribute(
Nullable<char> shortName,
string longName
)
protected:
BaseOptionAttribute(
Nullable<wchar_t> shortName,
String^ longName
)
Parameters
- shortName
- Type: SystemNullableChar
Short name of the option. - longName
- Type: SystemString
Long name of the option.
See Also