Search notes:

System.Diagnostics.DebuggerDisplayAttribute (class)

The System.Diagnostics.DebuggerDisplayAttribute attribute controls how an object is displayed in the debugger variable window.
The constructor takes one string that controls how the object is supposed to be rendered, for example
[System.Diagnostics.DebuggerDisplay("{Name} ({Count})")]
public class GroupInfo

Index