Ejemplo n.º 1
0
 public static TDelegate CompileCached <TDelegate>(this Expression <TDelegate> lambda)
 {
     return((TDelegate)(CompiledExpressionCache.GetCached(lambda)));
 }
Ejemplo n.º 2
0
 public static Delegate CompileCached(this LambdaExpression lambda)
 {
     return((Delegate)(CompiledExpressionCache.GetCached(lambda)));
 }