C# Class Squared.Util.Expressions.Token

ファイルを表示 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_oe property

public string Text
return string

Type public_oe property

public TokenType Type
return TokenType