C# 클래스 Pihrtsoft.Text.RegularExpressions.Linq.GroupingPattern

Represents a base class for all kind of grouping constructs including assertions. This class is abstract.
상속: QuantifiablePattern
파일 보기 프로젝트 열기: JosefPihrt/LinqToRegex 1 사용 예제들

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