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

GenericTypesMustBeConstructedToBeInstantiated() public static method

public static GenericTypesMustBeConstructedToBeInstantiated ( Node node ) : CompilerError
node Node
return CompilerError
        public static CompilerError GenericTypesMustBeConstructedToBeInstantiated(Node node)
        {
            return Instantiate("BCE0157", node);
        }
CompilerErrorFactory