ListInitExpression.CanReduce プロパティ

定義

式ツリー ノードを縮小できるかどうかを示す値を取得します。

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

プロパティ値

Boolean

trueノードを減らすことができる場合;それ以外の場合は . false

適用対象