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
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.