C# Class Source.HRON.HRONDynamicParseError

Show file Open project: mrange/T4Include Class Usage Examples

Public Properties

Property Type Description
Line string
LineNo int
ParseError HRONSerializer.ParseError

Public Methods

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

Method Details

HRONDynamicParseError() public method

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

Property Details

Line public property

public string Line
return string

LineNo public property

public int LineNo
return int

ParseError public property

public HRONSerializer.ParseError ParseError
return HRONSerializer.ParseError