C# Class 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.
Inheritance: QuantifiedPattern
Afficher le fichier Open project: JosefPihrt/LinqToRegex

Private Properties

Свойство Type Description
AppendTo void

Méthodes protégées

Méthode Description
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.

Private Methods

Méthode Description
AppendTo ( PatternBuilder builder ) : void

Method Details

AppendQuantifierTo() protected abstract méthode

Appends a quantifier to a specified PatternBuilder.
protected abstract AppendQuantifierTo ( PatternBuilder builder ) : void
builder PatternBuilder The builder to use for appending the text.
Résultat void

QuantifiedGroup() protected méthode

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.
Résultat System