Table of Contents

Method AllocReference

Namespace
MonoMod.Utils
Assembly
MonoMod.Utils.dll

AllocReference<T>(in T?, out DynamicReferenceCell)

public static DataScope<DynamicReferenceCell> AllocReference<T>(in T? value, out DynamicReferenceCell cellRef)

Parameters

value T
cellRef DynamicReferenceCell

Returns

DataScope<DynamicReferenceCell>

Type Parameters

T