IndentedStringBuilder.Indent Method

Definition

Creates a scoped indenter that will increment the indent, then decrement it when disposed.

public virtual IDisposable Indent ();
abstract member Indent : unit -> IDisposable
override this.Indent : unit -> IDisposable
Public Overridable Function Indent () As IDisposable

Returns

An indenter.

Applies to