Alternate to use list in c# [Resolved]

Posted by Allemahesh under C# on 8/14/2013 | Points: 10 | Views : 7955 | Status : [Member] [MVP] | Replies : 1
I am using List in project. But can any one tell me if there is any other alternative to use list in c#.




Responses

Posted by: Bandi on: 8/16/2013 [Member] [MVP] Platinum | Points: 25

Up
0
Down
Hi Mahesh,
Other approaches of List are ArrayList, Stack, Queue and so on... There can be some kind of differences among those classes...
http://stackoverflow.com/questions/13560206/what-are-the-alternatives-for-system-collections-arraylist


Mark This Response as Answer
--
Chandu
http://www.dotnetfunda.com/images/dnfmvp.gif

Allemahesh, if this helps please login to Mark As Answer. | Alert Moderator

Login to post response