C# Класс Pihrtsoft.Text.RegularExpressions.Linq.QuantifiedGroup

Represents a pattern that is quantified, i.e. the quantifier is applied on it. If required, pattern will be enclosed in the (noncapturing) group. This class is abstract.
Наследование: QuantifiedPattern
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
AppendTo void

Защищенные методы

Метод Описание
AppendQuantifierTo ( PatternBuilder builder ) : void

Appends a quantifier to a specified PatternBuilder.

QuantifiedGroup ( object content ) : System

Initializes a new instance of the QuantifiedGroup class with a specified content.

Приватные методы

Метод Описание
AppendTo ( PatternBuilder builder ) : void

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

AppendQuantifierTo() защищенный абстрактный Метод

Appends a quantifier to a specified PatternBuilder.
protected abstract AppendQuantifierTo ( PatternBuilder builder ) : void
builder PatternBuilder The builder to use for appending the text.
Результат void

QuantifiedGroup() защищенный Метод

Initializes a new instance of the QuantifiedGroup class with a specified content.
is null.
protected QuantifiedGroup ( object content ) : System
content object The content of the group.
Результат System