Edit

Share via


Expression.ReduceExtensions Method

Definition

Reduces the expression to a known node type (that is not an Extension node) or just returns the expression if it is already a known type.

C#
public System.Linq.Expressions.Expression ReduceExtensions();

Returns

The reduced expression.

Applies to