This topic has not yet been rated Rate this topic

Expression.Lambda Method

Creates an expression tree that represents a lambda expression.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  Name Description
Public method Static member Lambda(Of TDelegate)(Expression, IEnumerable(Of ParameterExpression)) Creates an Expression(Of TDelegate) where the delegate type is known at compile time.
Public method Static member Lambda(Expression, IEnumerable(Of ParameterExpression)) Creates a LambdaExpression by first constructing a delegate type.
Public method Static member Lambda(Expression, ParameterExpression()) Creates a LambdaExpression by first constructing a delegate type.
Public method Static member Lambda(Of TDelegate)(Expression, ParameterExpression()) Creates an Expression(Of TDelegate) where the delegate type is known at compile time.
Public method Static member Lambda(Of TDelegate)(Expression, Boolean, IEnumerable(Of ParameterExpression)) Creates an Expression(Of TDelegate) where the delegate type is known at compile time.
Public method Static member Lambda(Expression, Boolean, IEnumerable(Of ParameterExpression)) Creates a LambdaExpression by first constructing a delegate type.
Public method Static member Lambda(Of TDelegate)(Expression, Boolean, ParameterExpression()) Creates an Expression(Of TDelegate) where the delegate type is known at compile time.
Public method Static member Lambda(Expression, Boolean, ParameterExpression()) Creates a LambdaExpression by first constructing a delegate type.
Public method Static member Lambda(Of TDelegate)(Expression, String, IEnumerable(Of ParameterExpression)) Creates an Expression(Of TDelegate) where the delegate type is known at compile time.
Public method Static member Lambda(Expression, String, IEnumerable(Of ParameterExpression)) Creates a LambdaExpression by first constructing a delegate type.
Public method Static member Lambda(Type, Expression, IEnumerable(Of ParameterExpression)) Creates a LambdaExpression by first constructing a delegate type. It can be used when the delegate type is not known at compile time.
Public method Static member Lambda(Type, Expression, ParameterExpression()) Creates a LambdaExpression by first constructing a delegate type. It can be used when the delegate type is not known at compile time.
Public method Static member Lambda(Of TDelegate)(Expression, String, Boolean, IEnumerable(Of ParameterExpression)) Creates an Expression(Of TDelegate) where the delegate type is known at compile time.
Public method Static member Lambda(Expression, String, Boolean, IEnumerable(Of ParameterExpression)) Creates a LambdaExpression by first constructing a delegate type.
Public method Static member Lambda(Type, Expression, Boolean, IEnumerable(Of ParameterExpression)) Creates a LambdaExpression by first constructing a delegate type.
Public method Static member Lambda(Type, Expression, Boolean, ParameterExpression()) Creates a LambdaExpression by first constructing a delegate type.
Public method Static member Lambda(Type, Expression, String, IEnumerable(Of ParameterExpression)) Creates a LambdaExpression by first constructing a delegate type.
Public method Static member Lambda(Type, Expression, String, Boolean, IEnumerable(Of ParameterExpression)) Creates a LambdaExpression by first constructing a delegate type.
Top
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ