Click or drag to resize

OrderedDictionaryTKey, TValue Constructor

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