Merge pull request #757 from mlintner/master
[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 }