linux-packaging-mono/mcs/class/System.Web.Mvc3/Mvc/Async/ActionDescriptorCreator.cs

7 lines
184 B
C#
Raw Normal View History

namespace System.Web.Mvc.Async {
using System;
internal delegate ActionDescriptor ActionDescriptorCreator(string actionName, ControllerDescriptor controllerDescriptor);
}