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

ConstantCannotBeConverted() public static method

public static ConstantCannotBeConverted ( Node node, IType type ) : CompilerError
node Node
type IType
return CompilerError
        public static CompilerError ConstantCannotBeConverted(Node node, IType type)
        {
            return Instantiate("BCE0171", node, node, type);
        }
CompilerErrorFactory