Merge pull request #249 from pcc/xgetinputfocus
[mono.git] / mcs / class / System.Web.Mvc3 / Mvc / Async / ActionDescriptorCreator.cs
1 namespace System.Web.Mvc.Async {
2     using System;
3
4     internal delegate ActionDescriptor ActionDescriptorCreator(string actionName, ControllerDescriptor controllerDescriptor);
5
6 }