Table of Contents

Method CanDebugFormat

Namespace
MonoMod.Logs
Assembly
MonoMod.Utils.dll

CanDebugFormat<T>(in T, out object?)

public static bool CanDebugFormat<T>(in T value, out object? extraData)

Parameters

value T
extraData object

Returns

bool

Type Parameters

T