Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
enum System.Diagnostics.DebuggerBrowsableState
Assembly: System.Runtime
Provides display instructions for the debugger.
Values
Never
Never show the element.
Collapsed
Show the element as collapsed.
RootHidden
Do not display the root element; display the child elements if the element is a collection or array of items.