You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a reason why TrackingCollectionChangedEventArgs isn't a generic class? TrackingHashSet<T> and other classes are generic, so, it seems like it would make sense to make the events generic as well.
As in:
Is there a reason why
TrackingCollectionChangedEventArgsisn't a generic class?TrackingHashSet<T>and other classes are generic, so, it seems like it would make sense to make the events generic as well.As in: