CodeTypeDelegate コンストラクター

定義

CodeTypeDelegate クラスの新しいインスタンスを初期化します。

オーバーロード

名前 説明
CodeTypeDelegate()

CodeTypeDelegate クラスの新しいインスタンスを初期化します。

CodeTypeDelegate(String)

CodeTypeDelegate クラスの新しいインスタンスを初期化します。

CodeTypeDelegate()

ソース:
CodeTypeDelegate.cs
ソース:
CodeTypeDelegate.cs
ソース:
CodeTypeDelegate.cs
ソース:
CodeTypeDelegate.cs
ソース:
CodeTypeDelegate.cs
ソース:
CodeTypeDelegate.cs
ソース:
CodeTypeDelegate.cs
ソース:
CodeTypeDelegate.cs

CodeTypeDelegate クラスの新しいインスタンスを初期化します。

public:
 CodeTypeDelegate();
public CodeTypeDelegate();
Public Sub New ()

適用対象

CodeTypeDelegate(String)

ソース:
CodeTypeDelegate.cs
ソース:
CodeTypeDelegate.cs
ソース:
CodeTypeDelegate.cs
ソース:
CodeTypeDelegate.cs
ソース:
CodeTypeDelegate.cs
ソース:
CodeTypeDelegate.cs
ソース:
CodeTypeDelegate.cs
ソース:
CodeTypeDelegate.cs

CodeTypeDelegate クラスの新しいインスタンスを初期化します。

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

委任の名前です。

適用対象