ReadOnlyDictionaryTKey, TValue Properties |
The ReadOnlyDictionaryTKey, TValue generic type exposes the following members.
Name | Description | |
---|---|---|
![]() | Count | 获取集合中包含的元素数。 |
![]() | IsReadOnly | 获取一个值,该值指示集合是否为只读。此实现总是返回true。 |
![]() | Item | 获取与指定的键相关联的值。 |
![]() | Keys | 获取包含字典中的键的集合。 |
![]() | Values | 获取包含字典中的值的集合。 |