InstructionEncoder.StoreLocal(Int32) Method

Definition

Encodes local variable store instruction.

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

Parameters

slotIndex
Int32

Index of the local variable slot.

Exceptions

slotIndex is negative.

Applies to