关于浅拷贝和深拷贝想必大家在学习中遇到很多次,这也是面试中常常被问到的问题,借由这个时间,整理一下浅拷贝和深拷贝的关系
I want to create an attached property of type ObservableCollection<Notification> and bind it to a property of the same type on the DataContext.