C# 클래스 Simple.Expressions.Funcletizer

파일 보기 프로젝트 열기: juanplopes/simple

공개 메소드들

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

Performs evaluation & replacement of independent sub-trees

PartialEval ( Expression expression, bool>.Func fnCanBeEvaluated ) : Expression

Performs evaluation & replacement of independent sub-trees

비공개 메소드들

메소드 설명
CanBeEvaluatedLocally ( Expression expression ) : bool

메소드 상세

PartialEval() 공개 정적인 메소드

Performs evaluation & replacement of independent sub-trees
public static PartialEval ( Expression expression ) : Expression
expression System.Linq.Expressions.Expression The root of the expression tree.
리턴 System.Linq.Expressions.Expression

PartialEval() 공개 정적인 메소드

Performs evaluation & replacement of independent sub-trees
public static PartialEval ( Expression expression, bool>.Func fnCanBeEvaluated ) : Expression
expression System.Linq.Expressions.Expression The root of the expression tree.
fnCanBeEvaluated bool>.Func A function that decides whether a given expression node can be part of the local function.
리턴 System.Linq.Expressions.Expression