Partager via


ControlFlowAnalysis.EndPointIsReachable Propriété

Définition

Indique si une région se termine normalement. Retourne la valeur true si et uniquement si la fin de la dernière instruction dans une région est accessible ou si la région ne contient aucune instruction.

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

Valeur de propriété

S’applique à