Język

DelegateOutArgument<T> Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy DelegateOutArgument<T>.

Przeciążenia

Nazwa Opis
DelegateOutArgument<T>()

Inicjuje nowe wystąpienie klasy DelegateOutArgument<T>.

DelegateOutArgument<T>(String)

Inicjuje nowe wystąpienie DelegateOutArgument<T> 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 nowe wystąpienie DelegateOutArgument<T> 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