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

Represents a pattern that is quantified, i.e. quantifier is applied on it. This class is abstract.
상속: Pattern
파일 보기 프로젝트 열기: JosefPihrt/LinqToRegex

공개 메소드들

메소드 설명
Lazy ( ) : Pattern

Specifies that the quantifier is lazy. Quantified pattern will be matched as few times as possible.

보호된 메소드들

메소드 설명
QuantifiedPattern ( )

Initializes a new instance of the QuantifiedPattern class.

메소드 상세

Lazy() 공개 메소드

Specifies that the quantifier is lazy. Quantified pattern will be matched as few times as possible.
public Lazy ( ) : Pattern
리턴 Pattern

QuantifiedPattern() 보호된 메소드

Initializes a new instance of the QuantifiedPattern class.
protected QuantifiedPattern ( )