Код: Выделить всё
public partial class Game
{
...
[GeneratedRegex(@"", RegexOptions.Compiled, "en-US")]
private static partial Regex MoveLegalityRegex();
...
}
Код: Выделить всё
@"(?
Подробнее здесь: [url]https://stackoverflow.com/questions/78664369/why-is-the-read-only-regexgenerator-g-cs-file-autogenerated-by-generatedregex-a[/url]
Мобильная версия