C# Class Gurpenator.SymbolToken

Inheritance: Token
Afficher le fichier Open project: thejoshwolfe/Gurpenator Class Usage Examples

Méthodes publiques

Свойство Type Description
text string

Méthodes publiques

Méthode Description
SymbolToken ( ParsedThing parseThing, string text ) : System
ToString ( ) : string

Method Details

SymbolToken() public méthode

public SymbolToken ( ParsedThing parseThing, string text ) : System
parseThing ParsedThing
text string
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

text public_oe property

public string text
Résultat string