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 8150591
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T15:06:39+00:00 2026-06-06T15:06:39+00:00

Possible Duplicate: Recreating a Dictionary from an IEnumerable When using the Where method on

  • 0

Possible Duplicate:
Recreating a Dictionary from an IEnumerable

When using the Where method on a dictionary of type Dictionary<TKey, TValue> you ends up with a IEnumerable<KeyValuePair<TKey, TSource>> and that is breaking the datatype that I have choose at the beginning. I would like to return a dictionary.

Maybe I am not using the correct filter function. So how do you usually filter element from a dictionary?

Thanks

  • 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-06-06T15:06:41+00:00Added an answer on June 6, 2026 at 3:06 pm

    IDictionary<TKey, TValue> actually extends IEnumerable<KeyValuePair<TKey, TValue>>. This is why you can use LINQ operators on an IDictionary<TKey, TValue> in the first place.

    However, LINQ operators return IEnumerable<T> which are meant to provide deferred execution, meaning the results aren’t actually generated until you start iterating through the IEnumerable<T>.

    The IEnumerable<T> implementation which is provided by IDictionary<TKey, TValue> comes by way of the ICollection<T> interface (where T is a KeyValuePair<TKey, TValue>), which means that if LINQ were to return IDictionary<TKey, TValue> instead of IEnumerable<KeyValuePair<TKey, TValue>> then it would have to materialize the list, violating it’s principals (hence the IEnumerable<KeyValuePair<TKey, TValue>> return value).

    Of course, the way around it is to call the ToDictionary extension method on the Enumerable class (as others have mentioned), but a little back-story never hurts.

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

Sidebar

Related Questions

Possible Duplicate: PHP get both array value and array key I am using Codeigniters'
Possible Duplicate: Bind multiple events to jQuery 'live' method I have the following function:
Possible Duplicate: C++ passing variables in from one Function to the Next. The Program
Possible Duplicate: CSS Sprites and repeating backgrounds Are there any tricks that makes it
Possible Duplicate: Why does it appear that my random number generator isn't random in
Possible Duplicate: Extracting dollar amounts from existing sql data? I have a column in
Possible Duplicate: What is the correct way of using extern for global variables ?
Possible Duplicate: Difference of create Index by using include column or not using Edit:
Possible Duplicate: How would I identify if a website originates from a mobile browser?
Possible Duplicate: git - removing a file from source control (but not from the

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.