I have an ObservableCollection, and I\'d like to set the content of an IList to this one. Now I could just create a new instance of the collection..:
public
Looping is the only way, since there is no AddRange equivalent for ObservableCollection.
AddRange
ObservableCollection