DictionaryBase 成员

为键/值对的强类型集合提供 abstract 基类。

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

受保护的构造函数

  名称 说明
Protected method DictionaryBase 初始化 DictionaryBase 类的新实例。

页首

公共属性

(请参见 受保护的属性 )

  名称 说明
Public property Count 获取包含在 DictionaryBase 实例中的元素数。

页首

受保护的属性

  名称 说明
Protected property Dictionary 获取包含在 DictionaryBase 实例中的元素的列表。
Protected property InnerHashtable 获取包含在 DictionaryBase 实例中的元素的列表。

页首

公共方法

(请参见 受保护的方法 )

  名称 说明
Public method Clear 清除 DictionaryBase 实例的内容。
Public method CopyTo DictionaryBase 元素复制到位于指定索引处的一维 Array 中。
Public method Equals  已重载。 确定两个 Object 实例是否相等。 (从 Object 继承。)
Public method GetEnumerator 返回循环访问 DictionaryBase 实例的 IDictionaryEnumerator
Public method GetHashCode  用作特定类型的哈希函数。GetHashCode 适合在哈希算法和数据结构(如哈希表)中使用。 (从 Object 继承。)
Public method GetType  获取当前实例的 Type。 (从 Object 继承。)
Public method Static ReferenceEquals  确定指定的 Object 实例是否是相同的实例。 (从 Object 继承。)
Public method ToString  返回表示当前 ObjectString。 (从 Object 继承。)

页首

受保护的方法

  名称 说明
Protected method Finalize  允许 Object 在“垃圾回收”回收 Object 之前尝试释放资源并执行其他清理操作。 (从 Object 继承。)
Protected method MemberwiseClone  创建当前 Object 的浅表副本。 (从 Object 继承。)
Protected method OnClear 在清除 DictionaryBase 实例的内容之前执行其他自定义进程。
Protected method OnClearComplete 在清除 DictionaryBase 实例的内容之后执行其他自定义进程。
Protected method OnGet 获取 DictionaryBase 实例中带有指定键和值的元素。
Protected method OnInsert 在向 DictionaryBase 实例中插入新元素之前执行其他自定义进程。
Protected method OnInsertComplete 在向 DictionaryBase 实例中插入新元素之后执行其他自定义进程。
Protected method OnRemove 当从 DictionaryBase 实例移除元素时执行其他自定义进程。
Protected method OnRemoveComplete 在从 DictionaryBase 实例中移除元素之后执行其他自定义进程。
Protected method OnSet 当在 DictionaryBase 实例中设置值之前执行其他自定义进程。
Protected method OnSetComplete 当在 DictionaryBase 实例中设置值后执行其他自定义进程。
Protected method OnValidate 当验证带有指定键和值的元素时执行其他自定义进程。

页首

显式接口实现

  名称 说明
Explicit interface implementation Method System.Collections.IDictionary.Add 将带有指定键和值的元素添加到 DictionaryBase 中。
Explicit interface implementation Method System.Collections.IDictionary.Contains 确定 DictionaryBase 是否包含特定键。
Explicit interface implementation Method System.Collections.IDictionary.Remove DictionaryBase 中移除带有指定键的元素。
Explicit interface implementation Method System.Collections.IEnumerable.GetEnumerator 返回循环访问 DictionaryBaseIEnumerator
Explicit interface implementation Property System.Collections.ICollection.IsSynchronized 获取一个值,该值指示对 DictionaryBase 对象的访问是否同步(线程安全)。
Explicit interface implementation Property System.Collections.ICollection.SyncRoot 获取一个对象,该对象可用于同步对 DictionaryBase 对象的访问。
Explicit interface implementation Property System.Collections.IDictionary.IsFixedSize 获取一个值,该值指示 DictionaryBase 对象是否具有固定大小。
Explicit interface implementation Property System.Collections.IDictionary.IsReadOnly 获取一个值,该值指示 DictionaryBase 对象是否为只读。
Explicit interface implementation Property System.Collections.IDictionary.Item 获取或设置与指定的键相关联的值。
Explicit interface implementation Property System.Collections.IDictionary.Keys 获取包含 DictionaryBase 对象中的键的 ICollection 对象。
Explicit interface implementation Property System.Collections.IDictionary.Values 获取包含 DictionaryBase 对象中的值的 ICollection 对象。

页首

请参见

参考

DictionaryBase 类
System.Collections 命名空间
System.Collections.Hashtable
System.Collections.IDictionary
System.Collections.Generic

其他资源

执行不区分区域性的字符串操作