Boo.Lang.Compiler.TypeSystem.InternalCallableType.GetEndInvokeMethod C# (CSharp) Méthode

GetEndInvokeMethod() public méthode

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