Click or drag to resize
ReadOnlyDictionaryTKey, TValue Properties

The ReadOnlyDictionaryTKey, TValue generic type exposes the following members.

Properties
  NameDescription
Public propertyCount
获取集合中包含的元素数。
Public propertyIsReadOnly
获取一个值,该值指示集合是否为只读。此实现总是返回true。
Public propertyItem
获取与指定的键相关联的值。
Public propertyKeys
获取包含字典中的键的集合。
Public propertyValues
获取包含字典中的值的集合。
Top
See Also