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

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

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