Statiq.Docs icon indicating copy to clipboard operation
Statiq.Docs copied to clipboard

C# abstract/override events show both the base and override version in the child class

Open SilentSin opened this issue 7 years ago • 0 comments

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/.

SilentSin avatar Oct 09 '18 23:10 SilentSin