C# Class Pihrtsoft.Text.RegularExpressions.Linq.GroupingPattern

Represents a base class for all kind of grouping constructs including assertions. This class is abstract.
Inheritance: QuantifiablePattern
Afficher le fichier Open project: JosefPihrt/LinqToRegex Class Usage Examples

Private Properties

Свойство Type Description

Méthodes protégées

Méthode Description
GroupingPattern ( ) : System

Initializes a new instance of the GroupingPattern class.

GroupingPattern ( GroupingPattern content ) : System

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

GroupingPattern ( object content ) : System

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

Method Details

GroupingPattern() protected méthode

Initializes a new instance of the GroupingPattern class.
protected GroupingPattern ( ) : System
Résultat System

GroupingPattern() protected méthode

Initializes a new instance of the GroupingPattern class with a specified content.
is null.
protected GroupingPattern ( GroupingPattern content ) : System
content GroupingPattern A content of the grouping.
Résultat System

GroupingPattern() protected méthode

Initializes a new instance of the GroupingPattern class with a specified content.
is null.
protected GroupingPattern ( object content ) : System
content object A content of the grouping.
Résultat System