namespace System.Text.RegularExpressions { public class Group : Capture { + public string Name { get; } } }