Click or drag to resize

OrderedDictionary<TKey, TValue> Constructor

Overload List
  NameDescription
Public methodOrderedDictionary<TKey, TValue>()
Initializes a new instance of the OrderedDictionary<TKey,TValue> class.
Public methodOrderedDictionary<TKey, TValue>(IEqualityComparer<TKey>)
Initializes a new instance of the OrderedDictionary<TKey,TValue> class using the specified comparer.
Public methodOrderedDictionary<TKey, TValue>(Int32)
Initializes a new instance of the OrderedDictionary<TKey,TValue> class using the specified initial capacity.
Public methodOrderedDictionary<TKey, TValue>(OrderedDictionary<TKey, TValue>)
Initializes a new instance of the OrderedDictionary<TKey,TValue> class.
Public methodOrderedDictionary<TKey, TValue>(Int32, IEqualityComparer<TKey>)
Initializes a new instance of the OrderedDictionary<TKey,TValue> class using the specified initial capacity and comparer.
Top
See Also