Table of Contents

Method EmitReference

Namespace
MonoMod.Cil
Assembly
MonoMod.Utils.dll

EmitReference<T>(in T?)

Store an object in the reference store, and emit the IL to retrieve it and place it on the stack.
public int EmitReference<T>(in T? t)

Parameters

t T

Returns

int

Type Parameters

T