May 2020
Beginner to intermediate
183 pages
2h 49m
English
In this chapter, I will continue to talk about fundamental aspects of implementing custom collections using the features and organization required for any .NET platform library implementation, but with a focus on generic technology.
When you work with collections, you follow patterns and standards, such as the behaviors you use to iterate through the instances of data types stored in an instance of a collection data type, non-generic or generic. Any .NET library implementation that is using collections is implementing patterns ...