Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6147993
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T19:12:06+00:00 2026-05-23T19:12:06+00:00

I need to represent some data that has a key and one or more

  • 0

I need to represent some data that has a key and one or more values, seems there is a namevaluecollection or a lookup.

From what I can tell the main difference between the two is that lookup is immutable, is there any other significant differences in the two I should be aware of?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T19:12:07+00:00Added an answer on May 23, 2026 at 7:12 pm

    NameValueCollection and ILookup are different in several ways.

    First, NameValueCollection is a map from string -> string – each key can only have one value, and both the key and the value must be strings. This doesn’t sound like it meets your requirement:

    I need to represent some data that has a key and one or more values

    Second, ILookup is essentially a generic multimap – it maps a key to a set of one or more values – and both the key and values can be of any type. ILookup<,> is immutable, as you mention, but it’s also not directly constructable. The only way to get an instance is to use the Enumerable.ToLookup() method. This requires that all of the data must be available at once – you can’t build the multimap over time.

    If what you really need is a mutable multimap, you should look at either the EditableLookup<,> in MiscUtil, your wrap a Dictionary<TKey,List<TValue>> in your own type.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

php newbie here..I need some PHP help ideas/examples on how to import data from
I need to represent inheritance like Person/Student. How do you do that in LInqToSql?
I need to lock the browser scrollbars when I show a div that represent
i have very simple problem. I need to create model, that represent element of
I am trying to decide on a data structure for an array that has
i need some help with nsarrays and uipicker i have a table of data
Background I've picked up some incomplete work from another developer that involves displaying the
I need a way to represent a 2-D array (a dense matrix) of doubles
Need a function that takes a character as a parameter and returns true if
Need to an expression that returns only things with an I followed by either

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.