CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 15 of 18

Thread: ArrayList

Threaded View

  1. #16
    Join Date
    Jun 1999
    Posts
    153

    Re: ArrayList

    Quote Originally Posted by lsy
    i'm looking for something like an array or structure with 1 index hold multiple value! so the index will be my reference point for that particular record or values...
    Sounds like you need a multi-dictionary. The free PowerCollections library on codeplex provides such a data structure.

    PowerCollections

    MultiDictionary

    Here's a usage example:

    MultiDictionary Example
    Last edited by Kevin McFarlane; December 21st, 2007 at 08:47 AM.
    Kevin

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured