NullabilityInfo.FlowState Property

Definition

The nullable flow state of the expression represented by the syntax node. This represents the compiler's understanding of whether this expression can currently contain null, if this expression can be used as an rvalue.

public Microsoft.CodeAnalysis.NullableFlowState FlowState { get; }
member this.FlowState : Microsoft.CodeAnalysis.NullableFlowState
Public ReadOnly Property FlowState As NullableFlowState

Property Value

Applies to