MVC3 integrated, with some changes to make it compile on Mono and with Razor2
[mono.git] / mcs / class / System.Web.Mvc3 / Mvc / Async / EndInvokeDelegate.cs
1 namespace System.Web.Mvc.Async {
2     using System;
3
4     internal delegate void EndInvokeDelegate(IAsyncResult asyncResult);
5 }