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

InvalidSwitch() public static method

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