Click or drag to resize

Parser Constructor

Creates a new command line argument parser.

Namespace:  PDTec.IceNet.Sdk.Utils.CommandLine
Assembly:  PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public Parser(
	Type argumentSpecification,
	ErrorReporter reporter
)

Parameters

argumentSpecification
Type: SystemType
The type of object to parse.
reporter
Type: PDTec.IceNet.Sdk.Utils.CommandLineErrorReporter
The destination for parse errors.
See Also