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

Represents a of a single character within certain character ranges.
Наследование: Expression
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ClassExpression ( IEnumerable ranges, bool negated = false, bool ignoreCase = null ) : System

Initializes a new instance of the ClassExpression class.

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

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

Initializes a new instance of the ClassExpression class.
public ClassExpression ( IEnumerable ranges, bool negated = false, bool ignoreCase = null ) : System
ranges IEnumerable The ranges that match.
negated bool A value indicating whether or not the expression is negated.
ignoreCase bool A value indicating whether or not the expression should ignore case differences when matching.
Результат System