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) .

적용 대상