C# 클래스 System.Text.RegularExpressions.Group

상속: Capture
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 메소드들

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

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

Synchronized ( System inner ) : System.Text.RegularExpressions.Group

비공개 메소드들

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

메소드 상세

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

Synchronized() 공개 정적인 메소드

public static Synchronized ( System inner ) : System.Text.RegularExpressions.Group
inner System
리턴 System.Text.RegularExpressions.Group