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

CannotCreateAnInstanceOfGenericParameterWithoutDefaultConstructorConstraint() public static method

public static CannotCreateAnInstanceOfGenericParameterWithoutDefaultConstructorConstraint ( Node node, IType type ) : CompilerError
node Node
type IType
return CompilerError
        public static CompilerError CannotCreateAnInstanceOfGenericParameterWithoutDefaultConstructorConstraint(Node node, IType type)
        {
            return Instantiate("BCE0155", node, type);
        }
CompilerErrorFactory