Share via


NullConditionalExpression.CanReduce Property

Definition

Indicates that the node can be reduced to a simpler node. If this returns true, Reduce() can be called to produce the reduced form.

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

Property Value

Applies to