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 진 작업의 왼쪽 피연산자를 나타내는 값입니다.

적용 대상