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
Arbeiten Sie mit uns auf GitHub zusammen
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.