<PackageReference Include="NETStandard.Library" Version="2.0.0-preview2-25401-01" />
System.Text.RegularExpressions.Match
namespace System.
Text.
RegularExpressions
{
public class Match :
Group
{
public static Match Empty { get; }
public virtual GroupCollection Groups { get; }
public Match NextMatch();
public virtual string Result(
string replacement);
public static Match Synchronized(
Match inner);
}
}