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

Represents a pattern that is quantified, i.e. quantifier is applied on it. This class is abstract.
Наследование: Pattern
Показать файл Открыть проект

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

Метод Описание
Lazy ( ) : Pattern

Specifies that the quantifier is lazy. Quantified pattern will be matched as few times as possible.

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

Метод Описание
QuantifiedPattern ( )

Initializes a new instance of the QuantifiedPattern class.

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

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

Specifies that the quantifier is lazy. Quantified pattern will be matched as few times as possible.
public Lazy ( ) : Pattern
Результат Pattern

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

Initializes a new instance of the QuantifiedPattern class.
protected QuantifiedPattern ( )