DebuggerBrowsableAttribute Constructor
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Initializes a new instance of the DebuggerBrowsableAttribute class.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- state
- Type: System.Diagnostics.DebuggerBrowsableState
One of the enumeration values that specify how to display the member.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | state is not one of the DebuggerBrowsableState values. |
Show: