How to use DebuggerDisplayAttribute in C# and VB.NET
If you want to change the information, the debugger variable window shows for your class, you can use the DebuggerDisplayAttribute. Simply put the Attribut above your class declaration. The Value…