Click or drag to resize
Accord.NET (logo)

OrderedDictionary< TKey, TValue> Constructor

Overload List
  NameDescription
Public methodOrderedDictionary<TKey, TValue>()
Public methodOrderedDictionary<TKey, TValue>(IEqualityComparer<TKey>)
Public methodOrderedDictionary<TKey, TValue>(Int32)
Public methodOrderedDictionary<TKey, TValue>(IDictionary<TKey, TValue>, IEqualityComparer<TKey>)
Public methodOrderedDictionary<TKey, TValue>(Int32, IEqualityComparer<TKey>)
Top
See Also