Table of Contents

Class DebugPrintExtensions

Namespace
CriusNyx.Util
Assembly
CriusNyxUtil.dll

Serialize the object to a Debug object similar to rust object notation (RON).

public static class DebugPrintExtensions
Inheritance
DebugPrintExtensions
Inherited Members

Methods

Debug(object)

Serialize the object in a RON like notation and return that string.

public static string Debug(this object o)

Parameters

o object

Returns

string

Debug(object, string)

Serialize the object in a RON like notation and return that string.

public static string Debug(this object o, string name)

Parameters

o object
name string

Returns

string