Wednesday, 2 October 2013

How replace values from another collection

How replace values from another collection

I have observableCollection, and i have second observableCollection. I
want take values from second to first ( replace ).
ObservableCollection<Thing> oldObservableCollection=new
ObservableCollection<Thing>();
oldObservableCollection=JsonConvert.DeserializeObject<ObservableCollection<Thing>(things);

No comments:

Post a Comment