Table of Contents

Method AsPointer

Namespace
MonoMod.Backports.ILHelpers
Assembly
MonoMod.Backports.dll

AsPointer<T>(ref T)

public static void* AsPointer<T>(ref T value)

Parameters

value T

Returns

void*

Type Parameters

T