Is int a value type or reference type?

Posted by Tamifist on Stack Overflow See other posts from Stack Overflow or by Tamifist
Published on 2010-06-11T21:44:00Z Indexed on 2010/06/11 21:53 UTC
Read the original article Hit count: 147

Filed under:

Why i hear everytime that int is reference type, but i see that int is struct, struct is a value type. Thanks

© Stack Overflow or respective owner

Related posts about c#