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

InvalidSwitch() public static méthode

public static InvalidSwitch ( Node node ) : CompilerError
node Node
Résultat CompilerError
        public static CompilerError InvalidSwitch(Node node)
        {
            return Instantiate("BCE0098", node);
        }
CompilerErrorFactory