SortedList 成员

表示键/值对的集合,这些键值对按键排序并可按照键和索引访问。

下表列出了由 SortedList 类型公开的成员。

公共构造函数

  名称 说明
Public method Supported by the .NET Compact Framework SortedList 已重载。初始化 SortedList 类的新实例。

页首

公共属性

  名称 说明
Public property Supported by the .NET Compact Framework Capacity 获取或设置 SortedList 的容量。
Public property Supported by the .NET Compact Framework Count 获取 SortedList 中包含的元素数。
Public property Supported by the .NET Compact Framework IsFixedSize 获取一个值,该值指示 SortedList 是否具有固定大小。
Public property Supported by the .NET Compact Framework IsReadOnly 获取一个值,该值指示 SortedList 是否为只读。
Public property Supported by the .NET Compact Framework IsSynchronized 获取一个值,该值指示是否同步对 SortedList 的访问(线程安全)。
Public property Supported by the .NET Compact Framework Item 获取并设置与 SortedList 中的特定键相关联的值。
Public property Supported by the .NET Compact Framework Keys 获取 SortedList 中的键。
Public property Supported by the .NET Compact Framework SyncRoot 获取可用于同步 SortedList 访问的对象。
Public property Supported by the .NET Compact Framework Values 获取 SortedList 中的值。

页首

公共方法

(请参见 受保护的方法 )

  名称 说明
Public method Supported by the .NET Compact Framework Add 将带有指定键和值的元素添加到 SortedList
Public method Supported by the .NET Compact Framework Clear SortedList 中移除所有元素。
Public method Supported by the .NET Compact Framework Clone 创建 SortedList 的浅表副本。
Public method Supported by the .NET Compact Framework Contains 确定 SortedList 是否包含特定键。
Public method Supported by the .NET Compact Framework ContainsKey 确定 SortedList 是否包含特定键。
Public method Supported by the .NET Compact Framework ContainsValue 确定 SortedList 是否包含特定值。
Public method Supported by the .NET Compact Framework CopyTo SortedList 元素复制到一维 Array 实例中的指定索引位置。
Public method Supported by the .NET Compact Framework Equals  已重载。 确定两个 Object 实例是否相等。 (从 Object 继承。)
Public method Supported by the .NET Compact Framework GetByIndex 获取 SortedList 的指定索引处的值。
Public method Supported by the .NET Compact Framework GetEnumerator 返回循环访问 SortedListIDictionaryEnumerator
Public method Supported by the .NET Compact Framework GetHashCode  用作特定类型的哈希函数。GetHashCode 适合在哈希算法和数据结构(如哈希表)中使用。 (从 Object 继承。)
Public method Supported by the .NET Compact Framework GetKey 获取 SortedList 的指定索引处的键。
Public method Supported by the .NET Compact Framework GetKeyList 获取 SortedList 中的键。
Public method Supported by the .NET Compact Framework GetType  获取当前实例的 Type。 (从 Object 继承。)
Public method Supported by the .NET Compact Framework GetValueList 获取 SortedList 中的值。
Public method Supported by the .NET Compact Framework IndexOfKey 返回 SortedList 中指定键的从零开始的索引。
Public method Supported by the .NET Compact Framework IndexOfValue 返回指定的值在 SortedList 中第一个匹配项的从零开始的索引。
Public method Static Supported by the .NET Compact Framework ReferenceEquals  确定指定的 Object 实例是否是相同的实例。 (从 Object 继承。)
Public method Supported by the .NET Compact Framework Remove SortedList 中移除带有指定键的元素。
Public method Supported by the .NET Compact Framework RemoveAt 移除 SortedList 的指定索引处的元素。
Public method Supported by the .NET Compact Framework SetByIndex 替换 SortedList 中指定索引处的值。
Public method Static Supported by the .NET Compact Framework Synchronized 返回 SortedList 的同步(线程安全)包装。
Public method Supported by the .NET Compact Framework ToString  返回表示当前 ObjectString。 (从 Object 继承。)
Public method Supported by the .NET Compact Framework TrimToSize 将容量设置为 SortedList 中元素的实际数目。

页首

受保护的方法

  名称 说明
Protected method Supported by the .NET Compact Framework Finalize  允许 Object 在“垃圾回收”回收 Object 之前尝试释放资源并执行其他清理操作。 (从 Object 继承。)
Protected method Supported by the .NET Compact Framework MemberwiseClone  创建当前 Object 的浅表副本。 (从 Object 继承。)

页首

显式接口实现

  名称 说明
Explicit interface implementation Method Supported by the .NET Compact Framework System.Collections.IEnumerable.GetEnumerator 返回循环访问 SortedListIEnumerator

页首

请参见

参考

SortedList 类
System.Collections 命名空间
IComparable 接口
IComparer 接口
IDictionary 接口
Hashtable 类
System.Collections.Generic.SortedList

其他资源

在集合中执行不区分区域性的字符串操作