6 lines
151 B
C#
Raw Normal View History

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