Class ObjectDumper3
Inherited Members
Namespace: Coree.NETASP.UnderConstruction
Assembly: Coree.NETASP.dll
Syntax
public static class ObjectDumper3
Methods
| Edit this page View SourceDump(object, int, int)
Dump the details of an object to the console.
Declaration
public static void Dump(object obj, int depth = 0, int maxDepth = 5)
Parameters
Type | Name | Description |
---|---|---|
object | obj | The object to dump. |
int | depth | The current depth to control the recursion level. |
int | maxDepth | The maximum depth to recurse through the object graph. |
Remarks
Differentiates between property types and fields.