Senin, 21 Maret 2011

DebuggerDisplay attribute best practices

The DebuggerDisplayAttribute is a powerful way to customize the way values are displayed at debug time.  Instead of getting a simple type name display, interesting fields, properties or even custom strings can be surfaced to the user in useful combinations [DebuggerDisplay("Student: {FirstName} {LastName}")]public sealed class Student {    public string FirstName { get; set; }    public string

Tidak ada komentar:

Posting Komentar