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)

適用対象