Table of Contents

Method EmitGetReference

Namespace
MonoMod.Cil
Assembly
MonoMod.Utils.dll

EmitGetReference<T>(int)

Emit the IL to retrieve a stored reference of type T with the given id and place it on the stack.
public void EmitGetReference<T>(int id)

Parameters

id int

Type Parameters

T