CodeAssignStatement Constructor (CodeExpression^, CodeExpression^)
.NET Framework (current version)
Initializes a new instance of the CodeAssignStatement class using the specified expressions.
Assembly: System (in System.dll)
Parameters
- left
-
Type:
System.CodeDom::CodeExpression^
The variable to assign to.
- right
-
Type:
System.CodeDom::CodeExpression^
The value to assign.
.NET Framework
Available since 1.1
Available since 1.1
Show: