Boo.Lang.Compiler.CompilerWarningFactory.InvalidEventUnsubscribe C# (CSharp) 메소드

InvalidEventUnsubscribe() 공개 정적인 메소드

public static InvalidEventUnsubscribe ( Node node, string eventName, CallableSignature expected ) : Boo.Lang.Compiler.CompilerWarning
node Node
eventName string
expected Boo.Lang.Compiler.TypeSystem.CallableSignature
리턴 Boo.Lang.Compiler.CompilerWarning
        public static CompilerWarning InvalidEventUnsubscribe(Node node, string eventName, CallableSignature expected)
        {
            return new CompilerWarning("BCW0005", node.LexicalInfo, eventName, expected);
        }