Enum DebuggerBrowsableState
- Namespace
- System.Diagnostics
- Assembly
- mscorlib.dll
Provides display instructions for the debugger.
public enum DebuggerBrowsableState
Fields
Collapsed = 2
Show the element as collapsed.
Never = 0
Never show the element.
RootHidden = 3
Do not display the root element; display the child elements if the element is a collection or array of items.