HybridDictionary Constructor
.NET Framework 4
Initializes a new instance of the HybridDictionary class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| 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. |