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

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

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