The .NET Framework provides twosets of standard interfaces for enumerating and comparingcollections: the traditional (nontype-safe) and the new generictype-safecollections. This book focuses only on the new, type-safe collectioninterfaces as these are far preferable.You can declare an ICollection of any specifictype by substituting theactual type (forexample, int or string) for thegeneric type in the interface declaration(<T>).TIP: C++ programmers note: C# generics are similar in syntaxand
continue >>
Author:
Time:
Sunday, February 10th, 2008 at 5:08 am
Category:
Comments:
You can leave a response, or trackback from your own site.
RSS:
You can follow any responses to this entry through the RSS 2.0 feed.
Navigation: