Boo.Lang.Compiler.Steps.ProcessMethodBodies.EnterForNamespace C# (CSharp) Метод

EnterForNamespace() приватный Метод

private EnterForNamespace ( Boo.Lang.Compiler.Ast.ForStatement node ) : void
node Boo.Lang.Compiler.Ast.ForStatement
Результат void
        private void EnterForNamespace(ForStatement node)
        {
            EnterNamespace(new DeclarationsNamespace(CurrentNamespace, node.Declarations));
        }
ProcessMethodBodies