Udostępnij za pośrednictwem


DelegateArgumentValue<T> Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy DelegateArgumentValue<T>.

Przeciążenia

DelegateArgumentValue<T>()

Inicjuje nowe wystąpienie klasy DelegateArgumentValue<T>.

DelegateArgumentValue<T>(DelegateArgument)

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