 | RecentDictionaryTKey, TValueRemoveMostRecent Method |
Removes the most recently accessed item from the dictionary.
Namespace:
Scaleout.Collections
Assembly:
Scaleout.Collections (in Scaleout.Collections.dll) Version: 1.0.3.0 (1.0.3.0)
Syntaxpublic bool RemoveMostRecent()
Return Value
Type:
Booleantrue if an item was successfully removed, or false if the dictionary is empty.
See Also