Statements (34)
Predicate | Object |
---|---|
gptkbp:instanceOf |
gptkb:class
|
gptkbp:builtBy |
HybridDictionary(int initialSize, bool caseInsensitive)
HybridDictionary() HybridDictionary(bool caseInsensitive) HybridDictionary(int initialSize) |
gptkbp:documentation |
https://learn.microsoft.com/en-us/dotnet/api/system.collections.specialized.hybriddictionary
|
gptkbp:feature |
switches between ListDictionary and Hashtable depending on size
|
https://www.w3.org/2000/01/rdf-schema#label |
HybridDictionary
|
gptkbp:implementedIn |
gptkb:.NET_Core
gptkb:.NET_5+ gptkb:.NET_Framework gptkb:IDictionary IEnumerable ICollection |
gptkbp:inheritsFrom |
object
|
gptkbp:introducedIn |
gptkb:.NET_Framework_1.1
|
gptkbp:method |
Clear()
Add(object key, object value) Contains(object key) CopyTo(Array array, int index) Remove(object key) |
gptkbp:partOf |
System.Collections.Specialized namespace
|
gptkbp:property |
gptkb:Count
Keys Values IsFixedSize IsReadOnly IsSynchronized Item[object key] SyncRoot |
gptkbp:purpose |
provides a collection of key/value pairs optimized for small and large collections
|
gptkbp:threadSafe |
not thread-safe
|
gptkbp:bfsParent |
gptkb:System.Collections.Specialized
|
gptkbp:bfsLayer |
7
|