Understanding System.IO for .NET Core 3 by Roger Villela

Understanding System.IO for .NET Core 3 by Roger Villela

Author:Roger Villela
Language: eng
Format: epub
ISBN: 9781484258729
Publisher: Apress


Figure 4-8 shows an excerpt of the Microsoft official .NET Core Source Browser tool source code repository for the .NET Core Base Class Library 3.1 .NET class type System.Collections.Generic.List<T> implementation.

Figure 4-8.NET class type System.Collections.Generic.List<T> is declared as implementing System.Collections.Generic.IList<T>, System.Collections.IList, and System.Collections.Generic.IReadOnlyList<T>. (Microsoft Official .NET Core Source Browser)

For the set of .NET interface types shown on the page of the Microsoft official documentation, the following quick explanations are helpful:The .NET interface type System.Collections.Generic.IList<T> generic base is the base interface for some of the behaviors that characterize the implementation of a list as a dynamic, resizable container-based collection and has the .NET interface type System.Collections.Generic.ICollection<T> generic base as the base .NET interface type.



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.