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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.