Click or drag to resize
BaseOptionAttribute Constructor (Char, String)
Initializes a new instance of the BaseOptionAttribute class. Validating shortName and longName.

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

Parameters

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