VariableValue<T> Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the VariableValue<T> class.
Overloads
VariableValue<T>() |
Initializes a new instance of the VariableValue<T> class. |
VariableValue<T>(Variable) |
Initializes a new instance of the VariableValue<T> class using the specified variable. |
VariableValue<T>()
Initializes a new instance of the VariableValue<T> class.
public:
VariableValue();
public VariableValue ();
Public Sub New ()
Applies to
VariableValue<T>(Variable)
Initializes a new instance of the VariableValue<T> class using the specified variable.
public:
VariableValue(System::Activities::Variable ^ variable);
public VariableValue (System.Activities.Variable variable);
new System.Activities.Expressions.VariableValue<'T> : System.Activities.Variable -> System.Activities.Expressions.VariableValue<'T>
Public Sub New (variable As Variable)
Parameters
- variable
- Variable
The value of the expression.
Applies to
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.