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

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

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