RecentDictionaryTKey, TValue Properties |
The RecentDictionaryTKey, TValue generic type exposes the following members.
| Name | Description | |
|---|---|---|
| Count |
Gets the number of key/value pairs contained in the dictionary.
| |
| Item |
Gets or sets the value associated with the specified key, marking the entry
as the most recently used.
| |
| Keys |
Gets a collection containing the keys in the dictionary.
| |
| LeastRecent |
Gets the least recently accessed item in the dictionary. The order of
items in the dictionary is not modified.
| |
| MostRecent |
Gets the most recently accessed item in the dictionary. The order of
items in the dictionary is not modified.
| |
| Values |
Gets a collection containing the values in the dictionary.
|