Click or drag to resize

RecentDictionaryTKey, TValue Constructor (RecentDictionaryEvictionMode)

Initializes a new instance of the dictionary that is empty, uses the specified eviction mode, 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(
	RecentDictionaryEvictionMode evictionMode
)

Parameters

evictionMode
Type: Scaleout.CollectionsRecentDictionaryEvictionMode
Specifies whether the most recent or least recent entry is evicted when SetAndMaintainCount(TKey, TValue) is called.
See Also