Click or drag to resize

RecentDictionaryTKey, TValue Constructor (Int32)

Initializes a new instance of the dictionary that is empty, performs LRU eviction, has the specified 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(
	int capacity
)

Parameters

capacity
Type: SystemInt32
The initial number of elements that the dictionary can contain before resizing internally.
See Also