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

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

public DebuggerDisplayAttribute ( string value ) : System
value string
Результат System
		public DebuggerDisplayAttribute (string value) {
			if (value == null)
				value = string.Empty;

			this.value = value;
			this.type = string.Empty;
			this.name = string.Empty;
		}
DebuggerDisplayAttribute.DebuggerDisplayAttribute