C# Class Lexem

Show file Open project: nreco/lambdaparser Class Usage Examples

Public Properties

Property Type Description
End int
Expr string
Start int
Type LexemType

Public Methods

Method Description
GetValue ( ) : string

Method Details

GetValue() public method

public GetValue ( ) : string
return string

Property Details

End public property

public int End
return int

Expr public property

public string Expr
return string

Start public property

public int Start
return int

Type public property

public LexemType Type
return LexemType