You've already forked linux-packaging-mono
6 lines
129 B
C#
6 lines
129 B
C#
![]() |
namespace System.Web.Mvc.Async {
|
|||
|
using System;
|
|||
|
|
|||
|
internal delegate void EndInvokeDelegate(IAsyncResult asyncResult);
|
|||
|
}
|