DelegateInArgument<T> 构造函数
定义
初始化 DelegateInArgument<T> 类的新实例。Initializes a new instance of the DelegateInArgument<T> class.
重载
| DelegateInArgument<T>() |
初始化 DelegateInArgument<T> 类的新实例。Initializes a new instance of the DelegateInArgument<T> class. |
| DelegateInArgument<T>(String) |
使用指定的名称初始化 DelegateInArgument<T> 类的新实例。Initializes a new instance of the DelegateInArgument<T> class using the specified name. |
DelegateInArgument<T>()
初始化 DelegateInArgument<T> 类的新实例。Initializes a new instance of the DelegateInArgument<T> class.
public:
DelegateInArgument();
public DelegateInArgument ();
Public Sub New ()
适用于
DelegateInArgument<T>(String)
使用指定的名称初始化 DelegateInArgument<T> 类的新实例。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)
参数
- name
- String
DelegateInArgument<T> 的名称。The name of the DelegateInArgument<T>.