BinaryExpressionAst.Left Property

Definition

The ast for the left hand side of the binary expression. The property is never null.

public:
 property System::Management::Automation::Language::ExpressionAst ^ Left { System::Management::Automation::Language::ExpressionAst ^ get(); };
public System.Management.Automation.Language.ExpressionAst Left { get; }
member this.Left : System.Management.Automation.Language.ExpressionAst
Public ReadOnly Property Left As ExpressionAst

Property Value

Applies to