Answered Need collection recommendation

  • Sunday, April 13, 2008 3:38 PM
     
     

     

    Is there a collection similar to a NameValue collection in functionality which will allow me to store 'n' number of objects as values for a single string key? 

     

    Thanks.

     

    -- note: using NET 2.0 (C# / Asp.net)

All Replies

  • Sunday, April 13, 2008 4:13 PM
     
     Answered

    I think I found the answer: create my own collection class by deriving from NameObjectCollectionBase.

     

    Alternative suggestions are still appreciated though.