c#

LIST 형식 디버깅할떄 편한 DebuggerDisplay

동동(이재동) 2020. 4. 2. 11:58

[DebuggerDisplay("{sItem,RecommandMatchingItemNumberList}")]
    public class OrderedMenuItem : MenuKey, INotifyPropertyChanged
    {

public int nChargeHot { get; set; }

}

 

 

이런식으로 Model 위에 쓰면 된다.