Udostępnij za pośrednictwem


DelegateArgumentReference<T> Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy DelegateArgumentReference<T>.

Przeciążenia

DelegateArgumentReference<T>()

Inicjuje nowe wystąpienie klasy DelegateArgumentReference<T>.

DelegateArgumentReference<T>(DelegateArgument)

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

DelegateArgumentReference<T>()

Inicjuje nowe wystąpienie klasy DelegateArgumentReference<T>.

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

Dotyczy

DelegateArgumentReference<T>(DelegateArgument)

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

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

Parametry

delegateArgument
DelegateArgument

Wartość wyrażenia.

Dotyczy