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