Click or drag to resize

RecentDictionaryTKey, TValue Properties

The RecentDictionaryTKey, TValue generic type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of key/value pairs contained in the dictionary.
Public propertyItem
Gets or sets the value associated with the specified key, marking the entry as the most recently used.
Public propertyKeys
Gets a collection containing the keys in the dictionary.
Public propertyLeastRecent
Gets the least recently accessed item in the dictionary. The order of items in the dictionary is not modified.
Public propertyMostRecent
Gets the most recently accessed item in the dictionary. The order of items in the dictionary is not modified.
Public propertyValues
Gets a collection containing the values in the dictionary.
Top
See Also