Click or drag to resize

ReadOnlyDictionary Properties

The ReadOnlyDictionary type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of entries in the dictionary
Public propertyItem
Gets the value of the given key, or lack thereof, wrapped inside of a ReadOnlyFragment
Public propertyKeys
Gets all the keys held by this dictionary
Top
See Also