CodeTypeDelegate 构造函数
定义
初始化 CodeTypeDelegate 类的新实例。Initializes a new instance of the CodeTypeDelegate class.
重载
| CodeTypeDelegate() |
初始化 CodeTypeDelegate 类的新实例。Initializes a new instance of the CodeTypeDelegate class. |
| CodeTypeDelegate(String) |
初始化 CodeTypeDelegate 类的新实例。Initializes a new instance of the CodeTypeDelegate class. |
CodeTypeDelegate()
初始化 CodeTypeDelegate 类的新实例。Initializes a new instance of the CodeTypeDelegate class.
public:
CodeTypeDelegate();
public CodeTypeDelegate ();
Public Sub New ()
适用于
CodeTypeDelegate(String)
初始化 CodeTypeDelegate 类的新实例。Initializes a new instance of the CodeTypeDelegate class.
public:
CodeTypeDelegate(System::String ^ name);
public CodeTypeDelegate (string name);
new System.CodeDom.CodeTypeDelegate : string -> System.CodeDom.CodeTypeDelegate
Public Sub New (name As String)
参数
- name
- String
委托名称。The name of the delegate.