20.0 数据结构Structure
1 Array/ArrayList/List/LinkedList/Queue/
Stack/HastSet/SortedSet/Hashtable/SortedList/Dictionary/SortedDictionary
2 IEnumerable、ICollection、IList、IQueryable
3 迭代器模式,yield
4 dynamic关键字
关注数据结构,我们是做上层应用开发,但是也要关注下底层,
a) 集合set,纯粹的数据集合
b) 线性结构:一对一的,数组
c) 树形结构:一对多的,菜单/文件夹/类别/树形控件/表达式目录树
d) 图状结构(网状):多对多,地图/拓扑图/快递