Click or drag to resize

RouletteDictionaryTKey, TValue Constructor

Initializes a new instance of the dictionary that is empty, 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 RouletteDictionary()
See Also