Boo.Lang.Compiler.TypeSystem.InternalCallableType.GetEndInvokeMethod C# (CSharp) 메소드

GetEndInvokeMethod() 공개 메소드

public GetEndInvokeMethod ( ) : IMethod
리턴 IMethod
        public IMethod GetEndInvokeMethod()
        {
            return (IMethod)_node.Members["EndInvoke"].Entity;
        }