The HybridDictionary Collection

The System.Collections.Specialized.HybridDictionary collection is a dynamic class in that it implements a ListDictionary until the number of items is small and then switches to HashTable if the number of items grows large. Technically, it works like HashTable.

Get Visual Basic 2015 Unleashed now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.