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