Table of Contents

Class Group

Namespace
System.Text.RegularExpressions
Assembly
System.Text.RegularExpressions.dll

Group class.

public class Group : Capture
Inheritance
Group
Derived
Inherited Members
Extension Methods

Properties

Captures

public CaptureCollection Captures { get; }

Property Value

CaptureCollection

Success

Gets a value indicating whether the match was successful.

public bool Success { get; }

Property Value

bool

Methods

Synchronized(Group)

Synchronized

public static Group Synchronized(Group inner)

Parameters

inner Group

The inner group

Returns

Group

Group