Windows apps
Collapse the table of content
Expand the table of content
Information
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

 

Initializes a new instance of the HybridDictionary class.

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

NameDescription
System_CAPS_pubmethodHybridDictionary()

Creates an empty case-sensitive HybridDictionary.

System_CAPS_pubmethodHybridDictionary(Boolean)

Creates an empty HybridDictionary with the specified case sensitivity.

System_CAPS_pubmethodHybridDictionary(Int32)

Creates a case-sensitive HybridDictionary with the specified initial size.

System_CAPS_pubmethodHybridDictionary(Int32, Boolean)

Creates a HybridDictionary with the specified initial size and case sensitivity.

Return to top
Show:
© 2017 Microsoft