6 lines
141 B
C#
6 lines
141 B
C#
namespace System.Web.Mvc.Async {
|
|
using System;
|
|
|
|
internal delegate TResult EndInvokeDelegate<TResult>(IAsyncResult asyncResult);
|
|
}
|