Expression.Lambda Method (Expression, IEnumerable<ParameterExpression>)
Silverlight
Creates a LambdaExpression by first constructing a delegate type.
Namespace: System.Linq.Expressions
Assembly: System.Core (in System.Core.dll)
public static LambdaExpression Lambda( Expression body, IEnumerable<ParameterExpression> parameters )
Parameters
- body
- Type: System.Linq.Expressions.Expression
An Expression to set the Body property equal to.
- parameters
- Type: System.Collections.Generic.IEnumerable<ParameterExpression>
An IEnumerable<T> that contains ParameterExpression objects to use to populate the Parameters collection.
Return Value
Type: System.Linq.Expressions.LambdaExpressionA LambdaExpression that has the NodeType property equal to Lambda and the Body and Parameters properties set to the specified values.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.