다음을 통해 공유


NullableExpression.CanReduce 속성

정의

노드를 더 단순한 노드로 줄일 수 있는지 나타냅니다. true를 반환하면 Reduce()를 호출하여 축소된 형식을 만들 수 있습니다.

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

속성 값

노드를 줄일 수 있으면 true이고, 그렇지 않으면 false입니다.

적용 대상