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

Token type for Quotes such as "this is a quote".
Наследование: StringToken
Показать файл Открыть проект Примеры использования класса

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

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

Constructor with the specified value.

QuoteToken ( string s, int line ) : System

Constructor with the specified value and line number.

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

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

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

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

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