Boo.Lang.Compiler.CompilerErrorFactory.NoSuchLabel C# (CSharp) Метод

NoSuchLabel() публичный статический Метод

public static NoSuchLabel ( Node node, string label ) : CompilerError
node Node
label string
Результат CompilerError
        public static CompilerError NoSuchLabel(Node node, string label)
        {
            return Instantiate("BCE0095", node, label);
        }
CompilerErrorFactory