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

InterfaceImplForInvalidInterface() public static method

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