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

NamedArgumentsNotAllowed() public static method

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