CodeAssignStatement Constructor (CodeExpression^, CodeExpression^)

 

Initializes a new instance of the CodeAssignStatement class using the specified expressions.

Namespace:   System.CodeDom
Assembly:  System (in System.dll)

public:
CodeAssignStatement(
	CodeExpression^ left,
	CodeExpression^ right
)

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
Return to top
Show: