C#零基础入门 泛型和系统类 -- SortedList和SortedDictionary对比解析 前言 一,SortedList 1.1 概念定义 1.2 常用属性 1.3 常用方法 二,SortedDictionary 2.1 概念定义 2.2 常用属性方法 三,相关系统类的对比 3.1 两者对比 3.2 Dictionary 3.3 SortedDictionary 3.4 SortedList 元组的使用 SortedList和SortedDictionary对比解析) 前言