InOutArgument<T>.Implicit Operator

Definitie

Overloads

Name Description
Implicit(Activity<Location<T>> to InOutArgument<T>)

Initialiseert en retourneert een nieuwe InOutArgument<T> constructie met behulp van de opgegeven Activity<TResult>.

Implicit(Variable<T> to InOutArgument<T>)

Initialiseert en retourneert een nieuwe InOutArgument<T> constructie met behulp van de opgegeven Variable<T>.

Implicit(Activity<Location<T>> to InOutArgument<T>)

Initialiseert en retourneert een nieuwe InOutArgument<T> constructie met behulp van de opgegeven 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

expression
Activity<Location<T>>

De waarde van het argument.

Retouren

Het nieuwe argument.

Van toepassing op

Implicit(Variable<T> to InOutArgument<T>)

Initialiseert en retourneert een nieuwe InOutArgument<T> constructie met behulp van de opgegeven 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>

De waarde van het argument.

Retouren

Het nieuwe argument.

Van toepassing op