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
ファイルを表示 Open project: JosefPihrt/LinqToRegex Class Usage Examples

Private Properties

Property Type Description

Protected Methods

Method 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 method

Initializes a new instance of the GroupingPattern class.
protected GroupingPattern ( ) : System
return System

GroupingPattern() protected method

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.
return System

GroupingPattern() protected method

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.
return System