OrderedDictionary Constructor
.NET Framework (current version)
Initializes a new instance of the OrderedDictionary class.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | OrderedDictionary() | Initializes a new instance of the OrderedDictionary class. |
![]() | OrderedDictionary(IEqualityComparer) | Initializes a new instance of the OrderedDictionary class using the specified comparer. |
![]() | OrderedDictionary(Int32) | Initializes a new instance of the OrderedDictionary class using the specified initial capacity. |
![]() | OrderedDictionary(Int32, IEqualityComparer) | Initializes a new instance of the OrderedDictionary class using the specified initial capacity and comparer. |
![]() | OrderedDictionary(SerializationInfo, StreamingContext) | Initializes a new instance of the OrderedDictionary class that is serializable using the specified SerializationInfo and StreamingContext objects. |
Show:

