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
Berkolaborasi dengan kami di GitHub
Sumber untuk konten ini dapat ditemukan di GitHub, yang juga dapat Anda gunakan untuk membuat dan meninjau masalah dan menarik permintaan. Untuk informasi selengkapnya, lihat panduan kontributor kami.