Fluent Assertions Documentation
FluentAssertions.Formatting Namespace / FormatChild Delegate
Represents the path from the current location to the child value.
The child value to format with the configured IValueFormatters.
In This Topic
    FormatChild Delegate
    In This Topic
    Represents a method that can be used to format child values from inside an IValueFormatter.
    Syntax
    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
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also