SymWriter.CloseScope(Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
关闭当前词法范围。
public:
override void CloseScope(int endOffset);
public:
virtual void CloseScope(int endOffset);
public override void CloseScope (int endOffset);
public virtual void CloseScope (int endOffset);
abstract member CloseScope : int -> unit
override this.CloseScope : int -> unit
Public Overrides Sub CloseScope (endOffset As Integer)
Public Overridable Sub CloseScope (endOffset As Integer)
参数
- endOffset
- Int32
IL 偏移量仅越过范围中的最后一个指令。
实现
注解
关闭范围后,无法从 方法中定义变量。