Files
linux-packaging-mono/mcs/class/System.Web.Mvc3/Mvc/Async/EndInvokeDelegate`1.cs

6 lines
141 B
C#
Raw Normal View History

namespace System.Web.Mvc.Async {
using System;
internal delegate TResult EndInvokeDelegate<TResult>(IAsyncResult asyncResult);
}