Introduction - If you have any usage issues, please Google them yourself
Value type and reference type, stack and heap.
This article mainly discusses the meaning of stack and heap, which is to discuss the two types of C# : value type and reference type;
Although most of the framework libraries we use in.net are reference types, the ones we use most are value types.