Merge pull request #1336 from esdrubal/datatablereadxmlschema
[mono.git] / mcs / class / System.Web.Mvc3 / Mvc / ActionSelector.cs
1 namespace System.Web.Mvc {
2
3     public delegate bool ActionSelector(ControllerContext controllerContext);
4
5 }