Statiq.Docs
Statiq.Docs copied to clipboard
C# abstract/override events show both the base and override version in the child class
I have a public abstract event System.Action OnEnd in a base class and public override event Action OnEnd; in a child class, and the generated documentation for the child class lists both versions of the event: https://animancer.github.io/api/Animancer/ClipState/.