Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ObservableCollections.R3 #21

Merged
merged 3 commits into from
Feb 15, 2024
Merged

Add ObservableCollections.R3 #21

merged 3 commits into from
Feb 15, 2024

Conversation

hadashiA
Copy link
Contributor

@hadashiA hadashiA commented Feb 2, 2024

Add the following extensions:

  • Observable<CollectionAddEvent<T>> IObservableCollection<T>.ObserveAdd()
  • Observable<CollectionRemoveEvent<T>> IObservableCollection<T>.ObserveRemove()
  • Observable<CollectionReplaceEvent<T>> IObservableCollection<T>.ObserveReplace()
  • Observable<CollectionMoveEvent<T>> IObservableCollection<T>.ObserveMove()
  • Observable<CollectionResetEvent<T>> IObservableCollection<T>.ObserveReset()

using System.Threading;
using R3;

namespace ObservableCollections.R3;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The namespace should be ObservableCollections.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed 🙏

@neuecc neuecc merged commit ae98b69 into master Feb 15, 2024
2 checks passed
@neuecc neuecc deleted the hadashiA/r3 branch February 15, 2024 01:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants