Boo.Lang.Compiler.CompilerErrorFactory.NoEnclosingLoop C# (CSharp) Method

NoEnclosingLoop() public static method

public static NoEnclosingLoop ( Node node ) : CompilerError
node Node
return CompilerError
        public static CompilerError NoEnclosingLoop(Node node)
        {
            return Instantiate("BCE0063", node);
        }
CompilerErrorFactory