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 an instance of the class that will indent output until it is disposed.
public DebuggerIndentScope()
Inherited Members
- object.GetType()
- object.MemberwiseClone()
- object.ToString()
- object.Equals(object)
- object.Equals(object, object)
- object.ReferenceEquals(object, object)
- object.GetHashCode()