System.CodeDom.CodeAssignStatement Class

Represents a simple assignment statement.

See Also: CodeAssignStatement Members

Syntax

[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisible(true)]
public class CodeAssignStatement : CodeStatement

Remarks

System.CodeDom.CodeAssignStatement can be used to represent a statement that assigns the value of an object to another object, or a reference to another reference. Simple assignment statements are usually of the form " value1 = value2 ", where value1 is the object being assigned to, and value2 is being assigned. The CodeAssignStatement.Left property indicates the object to assign to. The CodeAssignStatement.Right property indicates the object to assign.

Requirements

Namespace: System.CodeDom
Assembly: System (in System.dll)
Assembly Versions: 1.0.3300.0, 1.0.5000.0, 2.0.0.0, 4.0.0.0