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

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

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