DelegateInArgument<T> Constructors

Definition

Initializes a new instance of the DelegateInArgument<T> class.

Overloads

DelegateInArgument<T>()

Initializes a new instance of the DelegateInArgument<T> class.

DelegateInArgument<T>(String)

Initializes a new instance of the DelegateInArgument<T> class using the specified name.

DelegateInArgument<T>()

Initializes a new instance of the DelegateInArgument<T> class.

public:
 DelegateInArgument();
public DelegateInArgument ();
Public Sub New ()

Applies to

DelegateInArgument<T>(String)

Initializes a new instance of the DelegateInArgument<T> class using the specified name.

public:
 DelegateInArgument(System::String ^ name);
public DelegateInArgument (string name);
new System.Activities.DelegateInArgument<'T> : string -> System.Activities.DelegateInArgument<'T>
Public Sub New (name As String)

Parameters

name
String

The name of the DelegateInArgument<T>.

Applies to