April 2013
Intermediate to advanced
1700 pages
92h 51m
English
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:
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 ...
Read now
Unlock full access