linux-packaging-mono/mcs/class/System.Web.Mvc3/Mvc/Razor/StartPageLookupDelegate.cs

8 lines
253 B
C#
Raw Normal View History

using System.Collections.Generic;
using System.Web.WebPages;
namespace System.Web.Mvc.Razor
{
internal delegate WebPageRenderingBase StartPageLookupDelegate(WebPageRenderingBase page, string fileName, IEnumerable<string> supportedExtensions);
}