System.Text.RegularExpressions.Capture public class Capture Documentation Code namespace System.Text.RegularExpressions { public class Capture { public int Index { get; } public int Length { get; } public string Value { get; } } }