ControlFlowAnalysis.EndPointIsReachable Property

Definition

Indicates whether a region completes normally. Return true if and only if the end of the last statement in a region is reachable or the region contains no statements.

public:
 abstract property bool EndPointIsReachable { bool get(); };
public abstract bool EndPointIsReachable { get; }
member this.EndPointIsReachable : bool
Public MustOverride ReadOnly Property EndPointIsReachable As Boolean

Property Value

Applies to