I am getting error when using foreach with ObservableCollection.
Collection was modified; enumeration operation may not execute.
How should I handle this error?
I am getting error when using foreach with ObservableCollection.
Collection was modified; enumeration operation may not execute.
How should I handle this error?