When to use structs instead of classes?

Posted by Earlz on Stack Overflow See other posts from Stack Overflow or by Earlz
Published on 2010-05-20T19:08:07Z Indexed on 2010/05/20 19:10 UTC
Read the original article Hit count: 140

Filed under:
|
|
|

In C# when do structs make more sense to use than classes? What are some example scenarios? When should structs never be used?

© Stack Overflow or respective owner

Related posts about class

Related posts about struct