Pages

Thursday, May 23, 2013

Collection Classes C#

A collection is a set of similar data type object that are grouped togather.
-All collection class in c# uses one or more of below grterfules
a.I Collection
b.I Dictionary
c.IList
 all are inherited from I collection greater face
Available collection in c#:
1.Array 
2.Arraylist
3.Dictionary
4. Hashtable
.....

No comments:

Post a Comment