OrderedDictionary<TKey, TValue> Constructor |
Name | Description | |
---|---|---|
![]() | OrderedDictionary<TKey, TValue>() |
Initializes a new instance of the OrderedDictionary<TKey,TValue> class.
|
![]() | OrderedDictionary<TKey, TValue>(IEqualityComparer<TKey>) |
Initializes a new instance of the OrderedDictionary<TKey,TValue> class using the specified comparer.
|
![]() | OrderedDictionary<TKey, TValue>(Int32) |
Initializes a new instance of the OrderedDictionary<TKey,TValue> class using the specified initial capacity.
|
![]() | OrderedDictionary<TKey, TValue>(OrderedDictionary<TKey, TValue>) |
Initializes a new instance of the OrderedDictionary<TKey,TValue> class.
|
![]() | OrderedDictionary<TKey, TValue>(Int32, IEqualityComparer<TKey>) |
Initializes a new instance of the OrderedDictionary<TKey,TValue> class using the specified initial capacity and comparer.
|