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입니다.

적용 대상