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

適用対象