Share via


BinaryExpression.CanReduce 속성

정의

식 트리 노드를 줄일 수 있는지 여부를 나타내는 값을 가져옵니다.

public:
 virtual property bool CanReduce { bool get(); };
public override bool CanReduce { get; }
member this.CanReduce : bool
Public Overrides ReadOnly Property CanReduce As Boolean

속성 값

true 식 트리 노드를 줄일 수 있으면 이고, 그렇지 않으면 입니다 false.

적용 대상