The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
HybridDictionary Constructor
.NET Framework (current version)
Initializes a new instance of the HybridDictionary class.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | HybridDictionary() | Creates an empty case-sensitive HybridDictionary. |
![]() | HybridDictionary(Boolean) | Creates an empty HybridDictionary with the specified case sensitivity. |
![]() | HybridDictionary(Int32) | Creates a case-sensitive HybridDictionary with the specified initial size. |
![]() | HybridDictionary(Int32, Boolean) | Creates a HybridDictionary with the specified initial size and case sensitivity. |
Show:
