Property | Type | Description | |
---|---|---|---|
Indent | int | ||
MaxDepth | int | ||
Verbose | bool |
Method | Description | |
---|---|---|
Dump ( object d ) : string |
Dump object
|
|
Dump ( object d, bool verbose ) : string |
Dump object
|
|
Dump ( object d, int indent ) : string |
Dump object
|
|
Dump ( object d, int indent, bool verbose, int maxDepth ) : string |
Dump object
|
public static Dump ( object d ) : string | ||
d | object | object data |
return | string |
public static Dump ( object d, bool verbose ) : string | ||
d | object | object data |
verbose | bool | Flags for adding type information |
return | string |
public static Dump ( object d, int indent ) : string | ||
d | object | object data |
indent | int | size of indentation |
return | string |
public static Dump ( object d, int indent, bool verbose, int maxDepth ) : string | ||
d | object | object data |
indent | int | size of indentation |
verbose | bool | Flags for adding type information |
maxDepth | int | |
return | string |