Udostępnij za pośrednictwem


DelegateOutArgument<T> Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy DelegateOutArgument<T>.

Przeciążenia

DelegateOutArgument<T>()

Inicjuje nowe wystąpienie klasy DelegateOutArgument<T>.

DelegateOutArgument<T>(String)

Inicjuje DelegateOutArgument<T> nowe wystąpienie klasy o określonej nazwie.

DelegateOutArgument<T>()

Inicjuje nowe wystąpienie klasy DelegateOutArgument<T>.

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

Dotyczy

DelegateOutArgument<T>(String)

Inicjuje DelegateOutArgument<T> nowe wystąpienie klasy o określonej nazwie.

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

Nazwa elementu DelegateOutArgument<T>.

Dotyczy