Click or drag to resize

RecentDictionaryTKey, TValueMostRecent Property

Gets the most recently accessed item in the dictionary. The order of items in the dictionary is not modified.

Namespace:  Scaleout.Collections
Assembly:  Scaleout.Collections (in Scaleout.Collections.dll) Version: 1.0.3.0 (1.0.3.0)
Syntax
C#
public KeyValuePair<TKey, TValue> MostRecent { get; }

Property Value

Type: KeyValuePairTKey, TValue
Exceptions
ExceptionCondition
InvalidOperationException The dictionary is empty.
See Also