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

后端 未结 7 2034
刺人心
刺人心 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)

    0 讨论(0)
提交回复
热议问题