Sdílet prostřednictvím


DelegateOutArgument<T> Konstruktory

Definice

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

Přetížení

DelegateOutArgument<T>()

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

DelegateOutArgument<T>(String)

Inicializuje novou instanci DelegateOutArgument<T> třídy se zadaným názvem.

DelegateOutArgument<T>()

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

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

Platí pro

DelegateOutArgument<T>(String)

Inicializuje novou instanci DelegateOutArgument<T> třídy se zadaným názvem.

public:
 DelegateOutArgument(System::String ^ name);
public DelegateOutArgument (string name);
new System.Activities.DelegateOutArgument<'T> : string -> System.Activities.DelegateOutArgument<'T>
Public Sub New (name As String)

Parametry

name
String

Název procesu DelegateOutArgument<T>.

Platí pro