OrderedDictionary Constructor ()

 

Initializes a new instance of the OrderedDictionary class.

Namespace:   System.Collections.Specialized
Assembly:  System (in System.dll)

new : unit -> OrderedDictionary

The comparer determines whether two keys are equal. Every key in a OrderedDictionary collection must be unique. The default comparer is the key's implementation of Object.Equals.

The following code example demonstrates the creation and population of an OrderedDictionary collection. This code is part of a larger code example that can be viewed at OrderedDictionary.

No code example is currently available or this language may not be supported.

Universal Windows Platform
Available since 10
.NET Framework
Available since 2.0
Return to top
Show: