Considering \"private\" is the default access modifier for class Members, why is the keyword even needed?
Actually, if the class or struct is not declared with an access modifier it defaults to internal.
So if you want to make it private, use private.