Welcome to mirror list, hosted at ThFree Co, Russian Federation.

AsyncVoid.cs « Async « System.Web.Mvc « src - github.com/mono/aspnetwebstack.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 697438ccc4510efc448a6433d835d46c922e2170 (plain)
1
2
3
4
5
6
7
namespace System.Web.Mvc.Async
{
    // Dummy type used for passing something resembling 'void' to the async delegate functions
    internal struct AsyncVoid
    {
    }
}