ReactiveRecord and ReactiveObject #3445
Answered
by
glennawatson
marcoablanco
asked this question in
Q&A
-
Why exist both? They have the same summary and same code? https://github.com/reactiveui/ReactiveUI/blob/main/src/ReactiveUI/ReactiveObject/ReactiveObject.cs#L14 /// <summary>
/// ReactiveObject is the base object for ViewModel classes, and it
/// implements INotifyPropertyChanged. In addition, ReactiveObject provides
/// Changing and Changed Observables to monitor object changes.
/// </summary> ReactiveObject will be deprecate? |
Beta Was this translation helpful? Give feedback.
Answered by
glennawatson
Dec 13, 2022
Replies: 1 comment
-
Ones for classes. Ones for records. Records can't inherit from classes. C# 9 feature. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
marcoablanco
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ones for classes. Ones for records. Records can't inherit from classes. C# 9 feature.