Udostępnij za pośrednictwem


CodeTypeDelegate Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy CodeTypeDelegate.

Przeciążenia

CodeTypeDelegate()

Inicjuje nowe wystąpienie klasy CodeTypeDelegate.

CodeTypeDelegate(String)

Inicjuje nowe wystąpienie klasy CodeTypeDelegate.

CodeTypeDelegate()

Źródło:
CodeTypeDelegate.cs
Źródło:
CodeTypeDelegate.cs
Źródło:
CodeTypeDelegate.cs

Inicjuje nowe wystąpienie klasy CodeTypeDelegate.

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

Dotyczy

CodeTypeDelegate(String)

Źródło:
CodeTypeDelegate.cs
Źródło:
CodeTypeDelegate.cs
Źródło:
CodeTypeDelegate.cs

Inicjuje nowe wystąpienie klasy CodeTypeDelegate.

public:
 CodeTypeDelegate(System::String ^ name);
public CodeTypeDelegate (string name);
new System.CodeDom.CodeTypeDelegate : string -> System.CodeDom.CodeTypeDelegate
Public Sub New (name As String)

Parametry

name
String

Nazwa delegata.

Dotyczy