Share via


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)

适用于