Fluent Assertions Documentation
FluentAssertions.Formatting Namespace / FormattedObjectGraph Class / WithIndentation Method
In This Topic
    WithIndentation Method
    In This Topic
    Increases the indentation of every line written into this text block until the returned disposable is disposed.
    Syntax
    public IDisposable WithIndentation()
    Remarks
    The amount of spacing used for each indentation level is determined by SpacesPerIndentation.
    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