Consider the following example: IEnumerable<Int32> groupsToAdd = new List<Int32>(); List<Int32> groups1 = new …
c# linq ienumerable addrangeI would like my own descendant of ObservableCollection to support AddRange method. Here is what I currently have: public class …
c# data-binding windows-phone-8 observablecollection addrange