Table of Contents

Method GetValue

Namespace
MonoMod.Utils
Assembly
MonoMod.Utils.dll

GetValue(DynamicReferenceCell)

public static object? GetValue(DynamicReferenceCell cellRef)

Parameters

cellRef DynamicReferenceCell

Returns

object

GetValue<T>(DynamicReferenceCell)

public static T? GetValue<T>(DynamicReferenceCell cellRef)

Parameters

cellRef DynamicReferenceCell

Returns

T

Type Parameters

T