Boo.Lang.Compiler.CompilerErrorFactory.ConstantCannotBeConverted C# (CSharp) Метод

ConstantCannotBeConverted() публичный статический Метод

public static ConstantCannotBeConverted ( Node node, IType type ) : CompilerError
node Node
type IType
Результат CompilerError
        public static CompilerError ConstantCannotBeConverted(Node node, IType type)
        {
            return Instantiate("BCE0171", node, node, type);
        }
CompilerErrorFactory