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
Success
Gets a value indicating whether the match was successful.
public bool Success { get; }
Property Value
Methods
Synchronized(Group)
Synchronized
public static Group Synchronized(Group inner)
Parameters
inner
GroupThe inner group
Returns
- Group
Group