Expression.ReduceExtensions Method
Microsoft Silverlight will reach end of support after October 2021. Learn more.
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.
Namespace: System.Linq.Expressions
Assembly: System.Core (in System.Core.dll)
Syntax
'Declaration
Public Function ReduceExtensions As Expression
public Expression ReduceExtensions()
Return Value
Type: System.Linq.Expressions.Expression
The reduced expression.
Version Information
Silverlight
Supported in: 5, 4
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.