BinaryExpression.Left プロパティ

定義

二項演算の左オペランドを取得します。

public:
 property System::Linq::Expressions::Expression ^ Left { System::Linq::Expressions::Expression ^ get(); };
public System.Linq.Expressions.Expression Left { get; }
member this.Left : System.Linq.Expressions.Expression
Public ReadOnly Property Left As Expression

プロパティ値

二項演算の左オペランドを表す Expression

適用対象