Boo.Lang.Compiler.CompilerErrorFactory.NoEntryPoint C# (CSharp) Méthode

NoEntryPoint() public static méthode

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