New Features in C# 2.0—Type-Safe List: Where can I learn more?
Microsoft .NET Framework, ASP.NET, Visual C# (CSharp, C Sharp, C-Sharp) Developer Training, Visual Studio
Where can I learn more?
You can learn about all the .NET 2.0 generic classes in the MSDN topic titled "Commonly Used Collection Types," and you can read an article on the subject on O’Reilly’s ONDotnet.com site.
| T I P |
| A document on my web site lists the links I mention in each lab so that you can copy and paste them into your browser. To get it, go to http://www.LibertyAssociates.com, click Books, scroll down to Visual C# 2005: A Developer’s Notebook, and click Links.doc. |
The next lab will show you how to create your own type-safe collections to supplement those provided by the Framework.
|

