C# Class RTools.Util.QuoteToken

Token type for Quotes such as "this is a quote".
Inheritance: StringToken
Afficher le fichier Open project: PaulMineau/AIMA.Net Class Usage Examples

Méthodes publiques

Méthode Description
QuoteToken ( string s ) : System

Constructor with the specified value.

QuoteToken ( string s, int line ) : System

Constructor with the specified value and line number.

Method Details

QuoteToken() public méthode

Constructor with the specified value.
public QuoteToken ( string s ) : System
s string
Résultat System

QuoteToken() public méthode

Constructor with the specified value and line number.
public QuoteToken ( string s, int line ) : System
s string
line int
Résultat System