use*_*135 8 bindinglist inotifypropertychanged system.componentmodel c#-4.0
是什么之间的区别System.ComponentModel.BindingList方法Add(object)和AddNew()?MSDN文档说明了这一点:
看起来这两种方法都将一个项目添加到集合中,但是Add(object)一次性完成,而AddNew()稍微复杂一些.我的测试Add(object)似乎有效,但我想知道我是否使用了正确的方法.
那么这些方法有什么区别呢?