How to determine if a Class in .NET is big or small? Is it measured on how many it\'s attributes or fields, datatype of its attributes/fields? or return type of methods? par
You can also check: how-much-memory-instance-of-my-class-uses. There is easy way to test size of object after constructor is called.