Click or drag to resize
SyncDictionaryTKey, TValue Properties

The SyncDictionaryTKey, TValue generic type exposes the following members.

Properties
  NameDescription
Public propertyCount
获取集合中包含的元素数。
Public propertyItem
获取与指定的键相关联的值。
Public propertyKeys
获取包含字典中的键的集合。
Public propertyValues
获取包含字典中的值的集合。
Top
See Also