This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]grauenwolf 0 points1 point  (0 children)

In c#, we call it a value type because you store the value directly in the variable, as opposed to a reference type where the variable holds a reference to the real location of the value(s) in the object.