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