Sdílet prostřednictvím


DelegateInArgument<T> Konstruktory

Definice

Inicializuje novou instanci DelegateInArgument<T> třídy.

Přetížení

DelegateInArgument<T>()

Inicializuje novou instanci DelegateInArgument<T> třídy.

DelegateInArgument<T>(String)

Inicializuje novou instanci DelegateInArgument<T> třídy pomocí zadaného názvu.

DelegateInArgument<T>()

Inicializuje novou instanci DelegateInArgument<T> třídy.

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

Platí pro

DelegateInArgument<T>(String)

Inicializuje novou instanci DelegateInArgument<T> třídy pomocí zadaného názvu.

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)

Parametry

name
String

Název procesu DelegateInArgument<T>.

Platí pro