CodeAssignStatement.Left 属性
定义
获取或设置表示要对其赋值的对象或引用的表达式。Gets or sets the expression representing the object or reference to assign to.
public:
property System::CodeDom::CodeExpression ^ Left { System::CodeDom::CodeExpression ^ get(); void set(System::CodeDom::CodeExpression ^ value); };
public System.CodeDom.CodeExpression Left { get; set; }
member this.Left : System.CodeDom.CodeExpression with get, set
Public Property Left As CodeExpression
属性值
指示要对其赋值的对象或引用的 CodeExpression。A CodeExpression that indicates the object or reference to assign to.