![]() |
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.
|
![]() | OrderedDictionary<TKey, TValue>(Int32) |
Initializes a new instance of the OrderedDictionary< TKey, TValue> class.
|
![]() | OrderedDictionary<TKey, TValue>(IDictionary<TKey, TValue>, IEqualityComparer<TKey>) |
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.
|