System.Diagnostics.DebuggerBrowsableAttribute.DebuggerBrowsableAttribute.DebuggerBrowsableAttribute C# (CSharp) Метод

DebuggerBrowsableAttribute() публичный Метод

public DebuggerBrowsableAttribute ( DebuggerBrowsableState state ) : System
state DebuggerBrowsableState
Результат System
		public DebuggerBrowsableAttribute (DebuggerBrowsableState state) {
			this.state = state;
		}
DebuggerBrowsableAttribute.DebuggerBrowsableAttribute