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

属性值

适用于