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

Represents the repetition of an expression.
Наследование: Expression
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
RepetitionExpression ( Expression expression, Quantifier quantifier ) : System

Initializes a new instance of the RepetitionExpression class.

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

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

Initializes a new instance of the RepetitionExpression class.
public RepetitionExpression ( Expression expression, Quantifier quantifier ) : System
expression Expression The expression to be repeatedly matched.
quantifier Quantifier The quantifier that specifies how many times to match and the delimiter of the matches.
Результат System