다음을 통해 공유


ReplacingExpressionVisitor.Replace(Expression, Expression, Expression) 메서드

정의

지정된 식 트리에서 한 식을 다른 식으로 대체합니다.

public static System.Linq.Expressions.Expression Replace (System.Linq.Expressions.Expression original, System.Linq.Expressions.Expression replacement, System.Linq.Expressions.Expression tree);
static member Replace : System.Linq.Expressions.Expression * System.Linq.Expressions.Expression * System.Linq.Expressions.Expression -> System.Linq.Expressions.Expression
Public Shared Function Replace (original As Expression, replacement As Expression, tree As Expression) As Expression

매개 변수

original
Expression

바꿀 식입니다.

replacement
Expression

대체로 사용할 식입니다.

tree
Expression

대체가 수행될 식 트리입니다.

반환

대체 항목이 있는 식 트리입니다.

적용 대상