Boo.Lang.Compiler.TypeSystem.InternalCallableType.GetEndInvokeMethod C# (CSharp) Method

GetEndInvokeMethod() public method

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