Expression.CanReduce 屬性
定義
表示節點可精簡為更簡單的節點。Indicates that the node can be reduced to a simpler node. 如果傳回 true,則可呼叫 Reduce() 以產生精簡的形式。If this returns true, Reduce() can be called to produce the reduced form.
public:
virtual property bool CanReduce { bool get(); };
public virtual bool CanReduce { get; }
member this.CanReduce : bool
Public Overridable ReadOnly Property CanReduce As Boolean
屬性值
true
如果可以縮減節點,則為否則為 false
。true
if the node can be reduced; otherwise, false
.