C# Class Source.HRON.HRONDynamicParseError

显示文件 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_oe property

public string Line
return string

LineNo public_oe property

public int LineNo
return int

ParseError public_oe property

public HRONSerializer.ParseError ParseError
return HRONSerializer.ParseError