C# Class RTools.Util.CommentToken

Token type for comments, including line and block comments.
Inheritance: StringToken
Afficher le fichier Open project: PaulMineau/AIMA.Net Class Usage Examples

Méthodes publiques

Méthode Description
CommentToken ( string s ) : System

Constructor with the specified value.

CommentToken ( string s, int line ) : System

Constructor with the specified value and line number.

Method Details

CommentToken() public méthode

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

CommentToken() public méthode

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