C# Class M3.HRON.HRONDynamicParseError

Exibir arquivo Open project: mrange/hron Class Usage Examples

Public Properties

Property Type Description
Line string
LineNo int
ParseError string

Public Methods

Method Description
HRONDynamicParseError ( int lineNo, string line, string parseError ) : System

Method Details

HRONDynamicParseError() public method

public HRONDynamicParseError ( int lineNo, string line, string parseError ) : System
lineNo int
line string
parseError string
return System

Property Details

Line public_oe property

public string Line
return string

LineNo public_oe property

public int LineNo
return int

ParseError public_oe property

public string ParseError
return string