SwitchInstructionEncoder.Branch(LabelHandle) Method

Definition

Encodes a branch that is part of a switch instruction.

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)

Parameters

label
LabelHandle

Remarks

See Switch(Int32) for usage guidelines.

Applies to