Click or drag to resize
Accord.NET (logo)

TwoWayDictionaryTFirst, TSecond Constructor

Overload List
  NameDescription
Public methodTwoWayDictionaryTFirst, TSecond
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.
Public methodTwoWayDictionaryTFirst, TSecond(IDictionaryTFirst, TSecond)
Initializes a new instance of the TwoWayDictionaryTFirst, TSecond class that contains elements copied from the specified dictionary and uses the default equality comparer for the key type.
Public methodTwoWayDictionaryTFirst, TSecond(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.
Top
See Also