• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    .NET

    Reply
    *Dale Levesque

    .Net Collection Object

    68 Views, 1 Replies
    10-26-2005 01:20 PM
    Can anyone reccomend a good source of sample code for manipulating
    collections? I've googled the daylites out of it and can't really find
    anything good in the way of examples.

    Thanks,

    Dale
    Please use plain text.
    Distinguished Contributor
    wesbird
    Posts: 273
    Registered: ‎12-05-2003

    Re: .Net Collection Object

    10-27-2005 05:17 AM in reply to: *Dale Levesque
    there are couple of options you can choose from:
    ArrayList, Stack, Queue, SortedList, Hashtable...
    you should google them instead.
    Please use plain text.