DelegateArgumentReference<T> Constructors

Definition

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

Overloads

DelegateArgumentReference<T>()

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

DelegateArgumentReference<T>(DelegateArgument)

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

DelegateArgumentReference<T>()

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

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

Applies to

DelegateArgumentReference<T>(DelegateArgument)

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

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

Parameters

delegateArgument
DelegateArgument

The value of the expression.

Applies to