ControlFlowAnalysis.EndPointIsReachable プロパティ

定義

リージョンが正常に完了するかどうかを示します。 リージョン内の最後のステートメントの末尾に到達可能な場合、またはリージョンにステートメントが含まれている場合にのみ true を返します。

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

プロパティ値

適用対象