InstructionEncoder.StoreArgument(Int32) Method

Definition

Encodes argument store instruction.

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

Parameters

argumentIndex
Int32

Index of the argument.

Exceptions

argumentIndex is negative.

Applies to