Boo.Lang.Compiler.Steps.MacroAndAttributeExpansion.Run C# (CSharp) 메소드

Run() 공개 메소드

public Run ( ) : void
리턴 void
        public override void Run()
        {
            RunExpansionIterations();
            _macroAndAttributeCount = Attribute.ConstructionCount + MacroStatement.ConstructionCount;
        }