C# 클래스 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 * ...
파일 보기 프로젝트 열기: jschementi/iron 1 사용 예제들

공개 메소드들

메소드 설명
Intercept ( Expression expression ) : Expression

비공개 메소드들

메소드 설명
Intercept ( LambdaExpression lambda ) : LambdaExpression

메소드 상세

Intercept() 공개 정적인 메소드

public static Intercept ( Expression expression ) : Expression
expression Expression
리턴 Expression