DelegateArgumentValue<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 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.