Language

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) を参照してください。

適用対象