数据类型html
type 变量的类:值类型、引用类型 class 实例的类:OOP 类库 类型(C# 编程指南) ================ https://docs.microsoft.com/zh-cn/dotnet/csharp/programming-guide/types/ heap and stack 值类型在 stack 引用类型在 heap https://www.cnblogs.com/wilber2013/p/4286981.html
实例的类编程
struct 类(构造函数) 容器类 https://docs.microsoft.com/zh-cn/dotnet/api/system.collections.generic.list-1?view=netstandard-2.0
OOP 基类 System.Object设计模式
实例的基类 System.Object 装箱/拆箱
OOP 设计模式api
AOP 事件驱动编程 领域驱动设计