DelegateArgumentValue<T> Constructors

Definition

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

Overloads

DelegateArgumentValue<T>()

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

DelegateArgumentValue<T>(DelegateArgument)

Initializes a new instance of the DelegateArgumentValue<T> class using the specified DelegateArgument.

DelegateArgumentValue<T>()

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

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

Applies to

DelegateArgumentValue<T>(DelegateArgument)

Initializes a new instance of the DelegateArgumentValue<T> class using the specified DelegateArgument.

public:
 DelegateArgumentValue(System::Activities::DelegateArgument ^ delegateArgument);
public DelegateArgumentValue (System.Activities.DelegateArgument delegateArgument);
new System.Activities.Expressions.DelegateArgumentValue<'T> : System.Activities.DelegateArgument -> System.Activities.Expressions.DelegateArgumentValue<'T>
Public Sub New (delegateArgument As DelegateArgument)

Parameters

delegateArgument
DelegateArgument

The value of the expression.

Applies to