Miner.CommandLine Namespace > Parser Class : Parser Constructor |
'Declaration
Public Function New( _ ByVal argumentSpecification As System.Type, _ ByVal reporter As ErrorReporter _ )
'Usage
Dim argumentSpecification As System.Type Dim reporter As ErrorReporter Dim instance As New Parser(argumentSpecification, reporter)
public Parser( System.Type argumentSpecification, ErrorReporter reporter )
public Parser( argumentSpecification: System.Type; reporter: ErrorReporter );
public function Parser( argumentSpecification : System.Type, reporter : ErrorReporter );
public: Parser( System.Type* argumentSpecification, ErrorReporter* reporter )
public: Parser( System.Type^ argumentSpecification, ErrorReporter^ reporter )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2