Share via


DebuggerBrowsableAttribute Constructor

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Initializes a new instance of the DebuggerBrowsableAttribute class.

Namespace:  System.Diagnostics
Assembly:  mscorlib (in mscorlib.dll)

Syntax

'Declaration
Public Sub New ( _
    state As DebuggerBrowsableState _
)
public DebuggerBrowsableAttribute(
    DebuggerBrowsableState state
)
public:
DebuggerBrowsableAttribute(
    DebuggerBrowsableState state
)
new : 
        state:DebuggerBrowsableState -> DebuggerBrowsableAttribute
public function DebuggerBrowsableAttribute(
    state : DebuggerBrowsableState
)

Parameters

Remarks

This attribute can be applied only to properties and fields.

.NET Framework Security

See Also

Reference

DebuggerBrowsableAttribute Class

System.Diagnostics Namespace