C# Class System.Text.RegularExpressions.Group

Inheritance: Capture
Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
Group ( )
Group ( string text, int caps, int capcount, string name )

Method Details

Synchronized() public static méthode

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
Résultat Group

Synchronized() public static méthode

public static Synchronized ( System inner ) : System.Text.RegularExpressions.Group
inner System
Résultat System.Text.RegularExpressions.Group