Boo.Lang.Compiler.CompilerErrorFactory.InterfaceImplForInvalidInterface C# (CSharp) Méthode

InterfaceImplForInvalidInterface() public static méthode

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