Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Hoisted`2.cs « ExpressionUtil « System.Web.Mvc « src - github.com/mono/aspnetwebstack.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1785e627946be780703415247ff6ce19301c41eb (plain)
1
2
3
4
5
6
using System.Collections.Generic;

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