LightweightObservableBase Class

Definition

Lightweight base class for observable implementations.

public abstract class LightweightObservableBase<T> : IObservable<T>

Type parameters

T
The observable type.

Remarks

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.

Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

Properties (1)

Methods (7)