Commit 326e64c
committed
Bug Fix: Ensure
The `ClearItems()` method was throwing an exception because it was attempting to modify the `Items` collection while iterating over it (abfe213). Easily fixed with a `ToList()`.ClearItems() isn't modifying the enumerated collection1 parent fa113c3 commit 326e64c
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
632 | 632 | | |
633 | 633 | | |
634 | 634 | | |
635 | | - | |
| 635 | + | |
636 | 636 | | |
637 | 637 | | |
638 | 638 | | |
| |||
0 commit comments