<PackageReference Include="NETStandard.Library" Version="2.0.2" />

System.Text.RegularExpressions.Capture

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