Made TPGParser Private by tomspilman · Pull Request #8983 · MonoGame/MonoGame
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's an internal method,
I agree these classes should all be marked internal, personally, I see it as bad practice to have no accessor at all on classes/methods. It should ALWAYS state clearly what its access pattern is, not left to assumptions.
SO if it is meant to be private, then state it as private to avoid confusion.