C# Класс Pegasus.Expressions.LiteralExpression

Represents a literal string.
Наследование: Expression
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
LiteralExpression ( Cursor start, Cursor end, string value, bool ignoreCase = null, bool fromResource = false ) : System

Initializes a new instance of the LiteralExpression class.

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

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

Initializes a new instance of the LiteralExpression class.
public LiteralExpression ( Cursor start, Cursor end, string value, bool ignoreCase = null, bool fromResource = false ) : System
start Cursor The cursor just before the .
end Cursor The cursor just after the .
value string The literal value.
ignoreCase bool A value indicating whether or not the expression should ignore case differences when matching.
fromResource bool A value indicating whether corresponds to a resource name or a literal value.
Результат System