Summary
Builds a string containing the values of each of the specified object's fields.
- Assembly
- Weaver
.dll - Namespace
- Weaver
- Containing Type
- ReflectionUtilities
Syntax
public static void AppendDeepToString(StringBuilder text, int indent, Object obj, int maxDepth = 1)
Parameters
Name | Type | Description |
---|---|---|
text | StringBuilder | |
indent | int | |
obj | Object | |
maxDepth | int |
Return Value
Type | Description |
---|---|
void |