ValueComparer.ExtractSnapshotBody(Expression) Method

Definition

Takes the SnapshotExpression and replaces the parameter with the given expression, returning the transformed body.

public virtual System.Linq.Expressions.Expression ExtractSnapshotBody (System.Linq.Expressions.Expression expression);
abstract member ExtractSnapshotBody : System.Linq.Expressions.Expression -> System.Linq.Expressions.Expression
override this.ExtractSnapshotBody : System.Linq.Expressions.Expression -> System.Linq.Expressions.Expression
Public Overridable Function ExtractSnapshotBody (expression As Expression) As Expression

Parameters

expression
Expression

The new expression.

Returns

The body of the lambda with the parameter replaced.

Applies to