C# 클래스 Pchp.Library.PerlRegex.Group

Represents the results from a single capturing group. A capturing group can capture zero, one, or more strings in a single match because of quantifiers, so Group supplies a collection of Capture objects.
상속: Capture
파일 보기 프로젝트 열기: iolevel/peachpie 1 사용 예제들

공개 메소드들

메소드 설명
Synchronized ( Group inner ) : Group

Returns a Group object equivalent to the one supplied that is safe to share between multiple threads.

비공개 메소드들

메소드 설명
Group ( string text, int caps, int capcount, string name ) : System

메소드 상세

Synchronized() 공개 정적인 메소드

Returns a Group object equivalent to the one supplied that is safe to share between multiple threads.
public static Synchronized ( Group inner ) : Group
inner Group
리턴 Group