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

Represents a base class for all kind of grouping constructs including assertions. This class is abstract.
Наследование: QuantifiablePattern
Показать файл Открыть проект Примеры использования класса

Private Properties

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

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

Метод Описание
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.

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

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

Initializes a new instance of the GroupingPattern class.
protected GroupingPattern ( ) : System
Результат System

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

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.
Результат System

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

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.
Результат System