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: 6.0.0.0 (6.0.6225.27214)
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