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

CantCreateInstanceOfEnum() public static method

public static CantCreateInstanceOfEnum ( Node node, IType typeName ) : CompilerError
node Node
typeName IType
return CompilerError
        public static CompilerError CantCreateInstanceOfEnum(Node node, IType typeName)
        {
            return Instantiate("BCE0087", node, typeName);
        }
CompilerErrorFactory