Files
linux-packaging-mono/mcs/class/System.Web.Mvc3/Mvc/ExpressionUtil/Hoisted`2.cs

8 lines
205 B
C#
Raw Normal View History

namespace System.Web.Mvc.ExpressionUtil {
using System;
using System.Collections.Generic;
internal delegate TValue Hoisted<TModel, TValue>(TModel model, List<object> capturedConstants);
}