mscorlib(4.0.0.0) API with additions
DebuggerBrowsableState.cs
2 
3 namespace System.Diagnostics
4 {
6  [ComVisible(true)]
7  [__DynamicallyInvokable]
9  {
11  [__DynamicallyInvokable]
12  Never = 0,
14  [__DynamicallyInvokable]
15  Collapsed = 2,
17  [__DynamicallyInvokable]
18  RootHidden = 3
19  }
20 }
Definition: __Canon.cs:3
Do not display the root element; display the child elements if the element is a collection or array o...
DebuggerBrowsableState
Provides display instructions for the debugger.