| ReadOnlyDictionaryTKey, TValue Methods |
The ReadOnlyDictionaryTKey, TValue generic type exposes the following members.
| Name | Description | |
|---|---|---|
| Contains | 确定集合中是否包含特定值。 | |
| ContainsKey | 确定字典中是否包含指定的键。 | |
| CopyTo | 从特定的数组索引开始,将集合中的元素复制到一个数组中。 | |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetEnumerator | 返回一个循环访问集合的枚举数。 | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) | |
| TryGetValue | 获取与指定的键相关联的值。 |