摘要: using System.Diagnostics; namespace ShouldCode.Console { [DebuggerDisplay("Prop1:{Prop1};Prop2:{Prop2};")] public class ShouldDebuggerDisplay { public int Prop1 { get; set; } ... 阅读全文
posted @ 2019-07-01 20:36 zwsu 阅读(259) 评论(0) 推荐(0) 编辑