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

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

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