Sdílet prostřednictvím


DelegateArgumentReference<T> Konstruktory

Definice

Inicializuje novou instanci DelegateArgumentReference<T> třídy .

Přetížení

DelegateArgumentReference<T>()

Inicializuje novou instanci DelegateArgumentReference<T> třídy .

DelegateArgumentReference<T>(DelegateArgument)

Inicializuje novou instanci DelegateArgumentReference<T> třídy pomocí zadaného DelegateArgumentobjektu .

DelegateArgumentReference<T>()

Inicializuje novou instanci DelegateArgumentReference<T> třídy .

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

Platí pro

DelegateArgumentReference<T>(DelegateArgument)

Inicializuje novou instanci DelegateArgumentReference<T> třídy pomocí zadaného DelegateArgumentobjektu .

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

Hodnota výrazu.

Platí pro