Make it possible to gather values using scoped ItemConfiguration

This commit is contained in:
TheXamlGuy
2024-06-05 22:22:06 +01:00
parent 29509e9d7a
commit cc79be9acc
7 changed files with 27 additions and 9 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ public partial class ObservableCollection<TItem> :
IList,
IReadOnlyList<TItem>,
INotifyCollectionChanged,
ISynchronizationCollection<TItem>,
ICollectionSynchronization<TItem>,
IServiceProviderRequired,
IServiceFactoryRequired,
IMediatorRequired,