System.Text.RegularExpressions.Group
namespace System.Text.RegularExpressions
{
public class Group : Capture
{
public CaptureCollection Captures { get; }
public bool Success { get; }
public static Group Synchronized(Group inner);
}
}