I\'ve created a lightweight class with a constructor that takes around 10 parameters. The class does not change the parameter values; it just stores the values locally via
If the class is only holding parameters maybe you should use a struct?
Maybe this is of interest?
When to use struct?