Język

DelegateArgumentValue<T> Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy DelegateArgumentValue<T>.

Przeciążenia

Nazwa Opis
DelegateArgumentValue<T>()

Inicjuje nowe wystąpienie klasy DelegateArgumentValue<T>.

DelegateArgumentValue<T>(DelegateArgument)

Inicjuje nowe wystąpienie DelegateArgumentValue<T> klasy przy użyciu określonego DelegateArgumentelementu .

DelegateArgumentValue<T>()

Inicjuje nowe wystąpienie klasy DelegateArgumentValue<T>.

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

Dotyczy

DelegateArgumentValue<T>(DelegateArgument)

Inicjuje nowe wystąpienie DelegateArgumentValue<T> klasy przy użyciu określonego DelegateArgumentelementu .

public:
 DelegateArgumentValue(System::Activities::DelegateArgument ^ delegateArgument);
public DelegateArgumentValue(System.Activities.DelegateArgument delegateArgument);
new System.Activities.Expressions.DelegateArgumentValue<'T> : System.Activities.DelegateArgument -> System.Activities.Expressions.DelegateArgumentValue<'T>
Public Sub New (delegateArgument As DelegateArgument)

Parametry

delegateArgument
DelegateArgument

Wartość wyrażenia.

Dotyczy