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.

适用于