Argument.Create(Type, ArgumentDirection) Method

Definition

Initializes and returns a new Argument.

C#
public static System.Activities.Argument Create(Type type, System.Activities.ArgumentDirection direction);

Parameters

type
Type

The data type of the Argument.

direction
ArgumentDirection

One of the enumeration values that specifies the direction of the flow of data through the Argument.

Returns

The newly created argument.

Applies to

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