Click or drag to resize
Accord.NET (logo)

OrderedDictionaryTKey, TValue Constructor (Int32)

Namespace:  Accord.Collections
Assembly:  Accord (in Accord.dll) Version: 3.8.0
Syntax
public OrderedDictionary(
	int capacity
)
Request Example View Source

Parameters

capacity
Type: SystemInt32
The initial number of elements that the OrderedDictionaryTKey, TValue can contain.
See Also