Tracer.Indent(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Increases the indent level by count
public IDisposable Indent (int count = 1);
abstract member Indent : int -> IDisposable
override this.Indent : int -> IDisposable
Public Function Indent (Optional count As Integer = 1) As IDisposable
Parameters
- count
- Int32
The number of levels by which IndentLevel is increased
Returns
An object whose lifetime controls the indentation increase. When it is
disposed, IndentLevel is decreased by count
.