public delegate void FormatChild( string childPath, object value, FormattedObjectGraph formattedGraph )
Parameters
- childPath
- Represents the path from the current location to the child value.
- value
- The child value to format with the configured IValueFormatters.
- formattedGraph