C# Class Squared.Util.Expressions.Token

Show file Open project: sq/Fracture Class Usage Examples

Public Properties

Property Type Description
Text string
Type TokenType

Public Methods

Method Description
ToString ( ) : string

Method Details

ToString() public method

public ToString ( ) : string
return string

Property Details

Text public property

public string Text
return string

Type public property

public TokenType Type
return TokenType