SwitchInstructionEncoder.Branch(LabelHandle) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
スイッチ命令の一部であるブランチをエンコードします。
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) 。