C# Class System.Text.RegularExpressions.Group

Inheritance: Capture
显示文件 Open project: dotnet/corefx Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
Group ( )
Group ( string text, int caps, int capcount, string name )

Method Details

Synchronized() public static method

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
return Group

Synchronized() public static method

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