Files
linux-packaging-mono/mcs/class/System.Web.Mvc3/Mvc/Async/BeginInvokeDelegate.cs

6 lines
151 B
C#
Raw Normal View History

namespace System.Web.Mvc.Async {
using System;
internal delegate IAsyncResult BeginInvokeDelegate(AsyncCallback callback, object state);
}