vote up 1 vote down star

Possible Duplicates:
When to use struct in C#?
When should I use a struct instead of a class?

What would be some instances when one would want to use Structs in C#?

Is it when you want a lightweight, immutable class? How will the stack vs heap allocation effect me and what should I be aware of? Are there any other instances of when it would make sense to use structs?

flag

67% accept rate
Dupe: stackoverflow.com/questions/521298/… – Mehrdad Aug 16 at 21:47
Mine is older than yours. – John Saunders Aug 16 at 21:50
Thanks, the second link was helpful. "When should I use struct instead of a class?" one. – KingNestor Aug 16 at 21:53

closed as exact duplicate by Mehrdad, TheTXI, Brian, Joel Coehoorn, John Saunders Aug 16 at 21:49

Browse other questions tagged or ask your own question.