Welcome to mirror list, hosted at ThFree Co, Russian Federation.

EndInvokeDelegate`1.cs « Async « System.Web.Mvc « src - github.com/mono/aspnetwebstack.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e2650680cc043e383e85a8f22f58214abe4fa208 (plain)
1
2
3
4
namespace System.Web.Mvc.Async
{
    internal delegate TResult EndInvokeDelegate<TResult>(IAsyncResult asyncResult);
}