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

NoEntryPoint() public static method

public static NoEntryPoint ( ) : CompilerError
return CompilerError
        public static CompilerError NoEntryPoint()
        {
            return Instantiate("BCE0028", LexicalInfo.Empty);
        }
CompilerErrorFactory