数据结构 C#的值类型进一步划分为简单类型(simple type)、结构类型(struct type)和枚举类型(enum type)。 C#的引用类型进一步划分为类类型(class type)、接口类型(interface type)、数组类型(array type)和委托类型(delegate type)。