Expression.CanReduce Proprietà

Definizione

Indica che il nodo può essere ridotto a un nodo più semplice. Se restituisce true, è possibile chiamare Reduce() per generare la forma ridotta.

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

Valore della proprietà

true se il nodo può essere ridotto; in caso contrario, false.

Si applica a