class DebuggerBrowsableAttribute
in global :: System . Diagnostics
Determines if and how a member is displayed in the debugger variable windows. This class cannot be inherited.
public DebuggerBrowsableAttribute( DebuggerBrowsableState state )
Initializes a new instance of the class.
stateOne of the values that specifies how to display the member.
public bool Equals( object obj )
😔 No documentation found.
public int GetHashCode( )
😔 No documentation found.
public object TypeId { get; }
😔 No documentation found.
public bool Match( object obj )
😔 No documentation found.
public bool IsDefaultAttribute( )
😔 No documentation found.
public Type GetType( )
😔 No documentation found.
public string ToString( )
😔 No documentation found.