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

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

public static NotANamespace ( Node node, IEntity entity ) : CompilerError
node Node
entity IEntity
Результат CompilerError
        public static CompilerError NotANamespace(Node node, IEntity entity)
        {
            return Instantiate("BCE0110", node, entity);
        }
CompilerErrorFactory