Other Collection Types

Collections are the bread and butter for many library or application writers. Even though the number of collection types we’ve already seen is quite big, even more collection types are hiding out there. Because their use is more specialized, we limit ourselves to some pointers as to where to find them:

Image System.Collections.Specialized contains, as the name implies, specialized collections that aren’t used very often and usually provide solutions to specific problems or performance challenges. Examples include a bit vector type, a hybrid dictionary, and some remains from the nongeneric ages.

System.Collections.ObjectModel ...

Get C# 5.0 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.