DelegateArgumentReference<T> Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.