  | RecentDictionaryTKey, TValueRemoveAndGetLeastRecent Method  | 
 
            Gets and removes the least 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 KeyValuePair<TKey, TValue> RemoveAndGetLeastRecent()
Return Value
Type: 
KeyValuePairTKey, 
TValueThe dictionary entry that was removed.
See Also