C# Класс RTools.Util.CommentToken

Token type for comments, including line and block comments.
Наследование: StringToken
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
CommentToken ( string s ) : System

Constructor with the specified value.

CommentToken ( string s, int line ) : System

Constructor with the specified value and line number.

Описание методов

CommentToken() публичный Метод

Constructor with the specified value.
public CommentToken ( string s ) : System
s string
Результат System

CommentToken() публичный Метод

Constructor with the specified value and line number.
public CommentToken ( string s, int line ) : System
s string
line int
Результат System