Class DebugPrintExtensions
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
oobject
Returns
Debug(object, string)
Serialize the object in a RON like notation and return that string.
public static string Debug(this object o, string name)