BCL Generics(en.csharp-online.net)
submitted by
Hyle(2755) 5 years, 6 months ago
Learn about the new generic implementations in the Base Class Library (BCL) namespaces: System.Collections.Generics and System.Collections.ObjectModel.
Excerpt: The potential and power of generics is most fully realized in the implementation of container frameworks. Given this reality, it only made sense that the introduction of generics would also be accompanied by the introduction of a pool of new generic types. In version 2.0 of the .NET Framework, the Glossary:Definition - Base Class Library|Base Class Library (BCL) introduces two new namespaces, System.Collections.Generics and System.Collections.ObjectModel, both of which include generic representations of many of the non-generic containers that already existed in the System.Collections namespace long before generics came along. The goal of this chapter is to provide you with an overview of the classes that appear in these namespaces, along with a roadmap for how and when you might want to apply each of these generic types. It also covers all the key methods and properties that are associated with each of these new types.
|category: C#
|Views: 2
tags:
C# another
Everyones tags:
Your Tags: