Creates a new instance of the class XCommandLineParameter.

Namespace:  SGP.XUtility
Assembly:  SGP.XUtility (in SGP.XUtility.dll)
Version: 1.2.3019.18718

Syntax

C#
public XCommandLineParameter(
	char shortName
)

Parameters

shortName
Type: System..::.Char
The short parameter name.

See Also