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

适用于