Click or drag to resize
Accord.NET (logo)

TwoWayDictionaryTFirst, TSecond Constructor

Initializes a new instance of the TwoWayDictionaryTFirst, TSecond class that is empty, has the default 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()
Request Example View Source
See Also