InstructionEncoder.LoadLocal(Int32) Method

Definition

Encodes local variable load instruction.

public:
 void LoadLocal(int slotIndex);
public void LoadLocal (int slotIndex);
member this.LoadLocal : int -> unit
Public Sub LoadLocal (slotIndex As Integer)

Parameters

slotIndex
Int32

Index of the local variable slot.

Exceptions

slotIndex is negative.

Applies to