Sdílet prostřednictvím


DelegateArgumentValue<T> Konstruktory

Definice

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

Přetížení

DelegateArgumentValue<T>()

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

DelegateArgumentValue<T>(DelegateArgument)

Inicializuje novou instanci DelegateArgumentValue<T> třídy pomocí zadané DelegateArgument.

DelegateArgumentValue<T>()

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

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

Platí pro

DelegateArgumentValue<T>(DelegateArgument)

Inicializuje novou instanci DelegateArgumentValue<T> třídy pomocí zadané DelegateArgument.

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

Hodnota výrazu.

Platí pro