using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace PascalABCCompiler.YieldHelpers { public static class YieldConsts { public static string Current = "<>2__current"; public static string State = "<>1__state"; public static string LabelStatePrefix = "lbstate#"; public static string Self = "<>4__self"; public static string YieldHelperMethodPrefix = "