Click or drag to resize
Accord.NET (logo)

TwoWayDictionaryTFirst, TSecond Constructor (Int32)

Initializes a new instance of the TwoWayDictionaryTFirst, TSecond class that is empty, has the specified initial capacity, and uses the default equality comparer for the key type.

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

Parameters

capacity
Type: SystemInt32
The initial number of elements that this dictionary can contain.
See Also