What is a Value Class and what is a reference Class in C#?

后端 未结 7 2038
刺人心
刺人心 2020-12-11 17:44

What is the definition of a value class and reference class in C#?

How does this differ from a value type and reference

7条回答
  •  既然无缘
    2020-12-11 18:14

    See the overview on the subject, but seriously follow the msnd links and read the full Common Type system chapter of it. (You could also have asked in a comment in the first, question)

提交回复
热议问题