SwitchInstructionEncoder.Branch(LabelHandle) 方法

定义

对属于开关指令的分支进行编码。

public:
 void Branch(System::Reflection::Metadata::Ecma335::LabelHandle label);
public void Branch(System.Reflection.Metadata.Ecma335.LabelHandle label);
member this.Branch : System.Reflection.Metadata.Ecma335.LabelHandle -> unit
Public Sub Branch (label As LabelHandle)

参数

label
LabelHandle

注解

请参阅 Switch(Int32) 使用情况指南。

适用于