@@ -711,7 +711,6 @@ namespace ReactiveUI
711711 public class ReactiveRecord : ReactiveUI.IHandleObservableErrors, ReactiveUI.IReactiveNotifyPropertyChanged<ReactiveUI.IReactiveObject>, ReactiveUI.IReactiveObject, Splat.IEnableLogger, System.ComponentModel.INotifyPropertyChanged, System.ComponentModel.INotifyPropertyChanging, System.IEquatable<ReactiveUI.ReactiveRecord>
712712 {
713713 public ReactiveRecord() { }
714- protected ReactiveRecord(ReactiveUI.ReactiveRecord original) { }
715714 [System.Runtime.Serialization.IgnoreDataMember]
716715 public System.IObservable<ReactiveUI.IReactivePropertyChangedEventArgs<ReactiveUI.IReactiveObject>> Changed { get; }
717716 [System.Runtime.Serialization.IgnoreDataMember]
@@ -721,17 +720,9 @@ namespace ReactiveUI
721720 public System.IObservable<System.Exception> ThrownExceptions { get; }
722721 public event System.ComponentModel.PropertyChangedEventHandler? PropertyChanged;
723722 public event System.ComponentModel.PropertyChangingEventHandler? PropertyChanging;
724- public virtual ReactiveUI.ReactiveRecord <Clone>$() { }
725723 public bool AreChangeNotificationsEnabled() { }
726724 public System.IDisposable DelayChangeNotifications() { }
727- public virtual bool Equals(ReactiveUI.ReactiveRecord? other) { }
728- public override bool Equals(object? obj) { }
729- public override int GetHashCode() { }
730- protected virtual bool PrintMembers(System.Text.StringBuilder builder) { }
731725 public System.IDisposable SuppressChangeNotifications() { }
732- public override string ToString() { }
733- public static bool operator !=(ReactiveUI.ReactiveRecord? left, ReactiveUI.ReactiveRecord? right) { }
734- public static bool operator ==(ReactiveUI.ReactiveRecord? left, ReactiveUI.ReactiveRecord? right) { }
735726 }
736727 public static class Reflection
737728 {
0 commit comments