LambdaValue<TResult> Constructor
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.
Initializes a new instance of the LambdaValue<TResult> class using the specified expression.
public:
LambdaValue(System::Linq::Expressions::Expression<Func<System::Activities::ActivityContext ^, TResult> ^> ^ lambdaValue);
public LambdaValue (System.Linq.Expressions.Expression<Func<System.Activities.ActivityContext,TResult>> lambdaValue);
new System.Activities.Expressions.LambdaValue<'Result> : System.Linq.Expressions.Expression<Func<System.Activities.ActivityContext, 'Result>> -> System.Activities.Expressions.LambdaValue<'Result>
Public Sub New (lambdaValue As Expression(Of Func(Of ActivityContext, TResult)))
Parameters
- lambdaValue
- Expression<Func<ActivityContext,TResult>>
The lambda expression that represents the value of the LambdaValue<TResult>.
Applies to
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.