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

RefArgTakesLValue() public static method

public static RefArgTakesLValue ( Node node ) : CompilerError
node Node
return CompilerError
        public static CompilerError RefArgTakesLValue(Node node)
        {
            return Instantiate("BCE0127", node, node.ToCodeString());
        }
CompilerErrorFactory