The members of System.Linq.Expressions.LambdaExpression are listed below.
See Also: Inherited members from System.Linq.Expressions.Expression
[read-only] | Body | Expression.
Gets the body of the lambda expression. |
[read-only] | Name | string.
Gets the name of the lambda expression. |
[read-only] override | NodeType | ExpressionType.
Returns the node type of this System.Linq.Expressions.Expression. |
[read-only] | Parameters | System.Collections.ObjectModel.ReadOnlyCollection<ParameterExpression>.
Gets the parameters of the lambda expression. |
[read-only] | ReturnType | Type.
Gets the return type of the lambda expression. |
[read-only] | TailCall | bool.
Gets the value that indicates if the lambda expression will be compiled with the tail call optimization. |
[read-only] override | Type | Type.
Gets the static type of the expression that this System.Linq.Expressions.Expression represents. |
Compile()
| ||
Compile(System.Runtime.CompilerServices.DebugInfoGenerator)
| ||
CompileToMethod(System.Reflection.Emit.MethodBuilder)
| ||
CompileToMethod(System.Reflection.Emit.MethodBuilder, System.Runtime.CompilerServices.DebugInfoGenerator)
|