Method OnDispose
- Namespace
- Velvet
- Assembly
- Velvet.Docs.dll
OnDispose()
Subclass-specific dispose logic (overridable). The state notifier is already disposed at this point and must not be accessed. Subscriptions a subclass opened via Subscribe(Action<TState>, bool) / Select<T>(Func<TState, T>, Action<T, T>, IEqualityComparer<T>?, bool) are owned by the subclass and should be disposed here.
protected virtual void OnDispose()