CTCClassSchedule.ProfilingViewEngine.ProfilingViewEngine C# (CSharp) Method

ProfilingViewEngine() public method

public ProfilingViewEngine ( IViewEngine wrapped ) : System.Web.Mvc
wrapped IViewEngine
return System.Web.Mvc
        public ProfilingViewEngine(IViewEngine wrapped)
        {
            this.wrapped = wrapped;
        }