ForNeVeR / xaml-math

A collection of .NET libraries for rendering mathematical formulae using the LaTeX typesetting style, for the WPF and Avalonia XAML-based frameworks
MIT License
634 stars 100 forks source link

`sealed` a few `internal` classes inheriting from `Box` and `Atom` in `XamlMath.Shared` #447

Closed Lehonti closed 11 months ago

Lehonti commented 11 months ago

They are not part of the public interface, and no class is inheriting from them, so they should be fine to seal