Add elements from IList to ObservableCollection
But how can I actually take the content of the IList and add it to my existing ObservableCollection? Do I have to loop over all elements, or is there a better way? While there may be some “better” way which would involve using third party dependencies, some low level manipulation, etc. Simply looping over the … Read more