Click or drag to resize
OptionAttribute Constructor (Char)
Initializes a new instance of the OptionAttribute class.

Namespace: X3Platform.CommandLine
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public OptionAttribute(
	char shortName
)

Parameters

shortName
Type: SystemChar
The short name of the option..
See Also