Lightweight base class for observable implementations.
public abstract class LightweightObservableBase<T> : IObservable<T>
ObservableBase is rather heavyweight in terms of allocations and memory usage. This class provides a more lightweight base for some internal observable types in the Avalonia framework.
kind:method, kind:property, kind:ctor. Press Esc to clear.