Creates a new instance of the class XCommandLineParameters.

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

Syntax

C#
public XCommandLineParameters(
	params XCommandLineParameter[] prms
)

Parameters

prms
Type: array< SGP.XUtility..::.XCommandLineParameter >[]()[]
Command line parameters XCommandLineParameter.

See Also