Boo.Lang.Compiler.CompilerErrorFactory.InterfaceImplForInvalidInterface C# (CSharp) 메소드

InterfaceImplForInvalidInterface() 공개 정적인 메소드

public static InterfaceImplForInvalidInterface ( Node node, string iface, string item ) : CompilerError
node Node
iface string
item string
리턴 CompilerError
        public static CompilerError InterfaceImplForInvalidInterface(Node node, string iface, string item)
        {
            return Instantiate("BCE0115", node, iface, item);
        }
CompilerErrorFactory