Click or drag to resize
BaseOptionAttribute Constructor (NullableChar, String)

Namespace: X3Platform.CommandLine
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
protected BaseOptionAttribute(
	Nullable<char> shortName,
	string longName
)

Parameters

shortName
Type: SystemNullableChar
Short name of the option.
longName
Type: SystemString
Long name of the option.
See Also