How boxing a value type work internally in C#?

后端 未结 0 1433
面向向阳花
面向向阳花 2021-01-27 10:30

I know what\'s boxing/unboxing, but not quite sure how it is implemented internally, let\'s say we have the following code:

struct Point {
   public Int32 x, y;
}         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题