C# Class Source.HRON.HRONDynamicParseError

Afficher le fichier Open project: mrange/T4Include Class Usage Examples

Méthodes publiques

Свойство Type Description
Line string
LineNo int
ParseError HRONSerializer.ParseError

Méthodes publiques

Méthode Description
HRONDynamicParseError ( int lineNo, string line, HRONSerializer parseError ) : System

Method Details

HRONDynamicParseError() public méthode

public HRONDynamicParseError ( int lineNo, string line, HRONSerializer parseError ) : System
lineNo int
line string
parseError HRONSerializer
Résultat System

Property Details

Line public_oe property

public string Line
Résultat string

LineNo public_oe property

public int LineNo
Résultat int

ParseError public_oe property

public HRONSerializer.ParseError ParseError
Résultat HRONSerializer.ParseError