C# Class Microsoft.Scripting.Actions.Interceptor

Interceptor prototype. The interceptor is a call site binder that wraps a real call site binder and can perform arbitrary operations on the expression trees that the wrapped binder produces: * Dumping the trees * Additional rewriting * Static compilation * ...
Mostrar archivo Open project: jschementi/iron Class Usage Examples

Public Methods

Method Description
Intercept ( Expression expression ) : Expression

Private Methods

Method Description
Intercept ( LambdaExpression lambda ) : LambdaExpression

Method Details

Intercept() public static method

public static Intercept ( Expression expression ) : Expression
expression Expression
return Expression