VariableReference<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 VariableReference<T> class.
Overloads
VariableReference<T>() |
Initializes a new instance of the VariableReference<T> class. |
VariableReference<T>(Variable) |
Initializes a new instance of the VariableReference<T> class using the specified variable. |
VariableReference<T>()
Initializes a new instance of the VariableReference<T> class.
public:
VariableReference();
public VariableReference ();
Public Sub New ()
Applies to
VariableReference<T>(Variable)
Initializes a new instance of the VariableReference<T> class using the specified variable.
public:
VariableReference(System::Activities::Variable ^ variable);
public VariableReference (System.Activities.Variable variable);
new System.Activities.Expressions.VariableReference<'T> : System.Activities.Variable -> System.Activities.Expressions.VariableReference<'T>
Public Sub New (variable As Variable)
Parameters
- variable
- Variable
The value of the expression.