Choosing Between Class and Struct - Framework Design Guidelines | Microsoft Learn Choosing Between Class and Struct - Framework Design GuidelinesLearn how to decide whether to design a type as a class, or to design a type as a struct. Understand how reference types and value types differ in .NET.learn.microsoft.com에 따르면 Class와 Struct 중 하나를 고르는 기준은 다음과 같다. ✔️ CONSIDER defining a struct instead of..