System.Diagnostics.DebuggerBrowsableAttribute.DebuggerBrowsableAttribute.DebuggerBrowsableAttribute C# (CSharp) Method

DebuggerBrowsableAttribute() public method

public DebuggerBrowsableAttribute ( DebuggerBrowsableState state ) : System
state DebuggerBrowsableState
return System
		public DebuggerBrowsableAttribute (DebuggerBrowsableState state) {
			this.state = state;
		}
DebuggerBrowsableAttribute.DebuggerBrowsableAttribute