OutArgument<T>.FromVariable(Variable) Method

Definition

Initializes and returns a new OutArgument<T> constructed using the specified Variable.

public:
 static System::Activities::OutArgument<T> ^ FromVariable(System::Activities::Variable ^ variable);
public static System.Activities.OutArgument<T> FromVariable (System.Activities.Variable variable);
static member FromVariable : System.Activities.Variable -> System.Activities.OutArgument<'T>
Public Shared Function FromVariable (variable As Variable) As OutArgument(Of T)

Parameters

variable
Variable

The value of the argument.

Returns

The new argument.

Applies to