Click or drag to resize

RecentDictionaryTKey, TValue Constructor

Initializes a new instance of the dictionary that is empty, performs LRU eviction, has the default initial capacity, and uses the default equality comparer for the key type.

Namespace:  Scaleout.Collections
Assembly:  Scaleout.Collections (in Scaleout.Collections.dll) Version: 1.0.3.0 (1.0.3.0)
Syntax
C#
public RecentDictionary()
See Also