InOutArgument<T>.Implicit Operator
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.
Implicit(Activity<Location<T>> to InOutArgument<T>) |
Initializes and returns a new InOutArgument<T> constructed using the specified Activity<TResult>. |
Implicit(Variable<T> to InOutArgument<T>) |
Initializes and returns a new InOutArgument<T> constructed using the specified Variable<T>. |
Initializes and returns a new InOutArgument<T> constructed using the specified Activity<TResult>.
public:
static operator System::Activities::InOutArgument<T> ^(System::Activities::Activity<System::Activities::Location<T> ^> ^ expression);
public static implicit operator System.Activities.InOutArgument<T> (System.Activities.Activity<System.Activities.Location<T>> expression);
static member op_Implicit : System.Activities.Activity<System.Activities.Location<'T>> -> System.Activities.InOutArgument<'T>
Public Shared Widening Operator CType (expression As Activity(Of Location(Of T))) As InOutArgument(Of T)
Parameters
Returns
The new argument.
Applies to
.NET Framework 4.8.1 and other versions
Product | Versions |
---|---|
.NET Framework | 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Initializes and returns a new InOutArgument<T> constructed using the specified Variable<T>.
public:
static operator System::Activities::InOutArgument<T> ^(System::Activities::Variable<T> ^ variable);
public static implicit operator System.Activities.InOutArgument<T> (System.Activities.Variable<T> variable);
static member op_Implicit : System.Activities.Variable<'T> -> System.Activities.InOutArgument<'T>
Public Shared Widening Operator CType (variable As Variable(Of T)) As InOutArgument(Of T)
Parameters
- variable
- Variable<T>
The value of the argument.
Returns
The new argument.
Applies to
.NET Framework 4.8.1 and other versions
Product | Versions |
---|---|
.NET Framework | 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: