DebuggerIndentScope Class
A scope that will track indent level by incrementing when it is created and decrementing when it is disposed.
public class DebuggerIndentScope : IDisposable
- Inheritance:
- object object
- Implements:
- IDisposable
Remarks
Return an instance of this object from BeginScope() to indent all messages that are part of the scope and automatically restore the indent level when exiting the scope.
Constructors
DebuggerIndentScope()
Initializes a new instance of the DebuggerIndentScope class that will indent output.
public DebuggerIndentScope()
Inherited Members
- object.GetType()
- object.MemberwiseClone()
- object.ToString()
- object.Equals(object)
- object.Equals(object, object)
- object.ReferenceEquals(object, object)
- object.GetHashCode()