Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我很困惑我使用哪种类型在项目中创建模型,Struct 或 Class?大约有十个结构和一些集合。我是新手。
你永远不应该创建一个可变的 struct。
视图模型应该始终是类。
您应该始终将类用作 WPF 中的 ViewModel 或 Model。
作为新手,不要使用 structs。它们的工作方式有一些微妙之处会让你感到困惑。