Table of Contents

Class ObjectDump

Namespace
Dassie.Core
Assembly
Dassie.Core.dll

Allows dumping the contents of an object to a string.

public static class ObjectDump
Inheritance
ObjectDump
Inherited Members

Methods

Dump(object)

Dumps the properties of an object to a string.

public static string Dump(this object obj)

Parameters

obj object

The object to dump.

Returns

string

The string representation of the object.