Expression.Lambda(Func<Object,Object>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Construct an expression from a lambda expression over the state.
public static AdaptiveExpressions.Expression Lambda (Func<object,object> function);
static member Lambda : Func<obj, obj> -> AdaptiveExpressions.Expression
Public Shared Function Lambda (function As Func(Of Object, Object)) As Expression
Parameters
Returns
New expression.
Remarks
Exceptions will be caught and surfaced as an error string.