© Roger Villela 2020
R. VillelaUnderstanding System.IO for .NET Core 3https://doi.org/10.1007/978-1-4842-5872-9_4

4. Custom Collections for a Custom Library

Roger Villela1  
(1)
São Paulo, São Paulo, Brazil
 

In this chapter, you will learn the fundamental aspects of implementing custom collections using features and the organization required for any .NET platform library implementations.

Overview

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–based or generic-based collection data type.

Any .NET library implementation that is using collections is implementing patterns and following standards, which ...

Get Understanding System.IO for .NET Core 3: Implementing Internal and Commercial Tools 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.