Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mcs / class / System.Web.Mvc3 / Mvc / Async / BeginInvokeDelegate.cs
1 namespace System.Web.Mvc.Async {
2     using System;
3
4     internal delegate IAsyncResult BeginInvokeDelegate(AsyncCallback callback, object state);
5 }