HybridDictionary Constructor ()
.NET Framework (current version)
Creates an empty case-sensitive HybridDictionary.
Assembly: System (in System.dll)
By default, the collection is case-sensitive and uses the key's implementation of Object.GetHashCode as the hash code provider and the key's implementation of Object.Equals as the comparer.
The comparer determines whether two keys are equal. Every key in a HybridDictionary must be unique.
This constructor is an O(1) operation.
The following code example demonstrates several of the properties and methods of HybridDictionary.
Universal Windows Platform
Available since 10
.NET Framework
Available since 1.1
Available since 10
.NET Framework
Available since 1.1
Show: