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

  • SEARCH
  • Home
  • 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 6334755
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T18:43:17+00:00 2026-05-24T18:43:17+00:00

According to the .NET API, the class Dictionary<TKey, TValue> is inherited from ICollection<T> ,

  • 0

According to the .NET API, the class Dictionary<TKey, TValue> is inherited from ICollection<T>, where T is KeyValuePair<TKey, TValue>. How does the Dictionary<TKey, TValue> class hide some of the methods it inherits from ICollection<T>?

For example:

ICollection<T> has the method ICollection.Add(T item)
but when you use a Dictionary<TKey, TValue> object it doesn’t have that method. You can only use Dictionary<TKey, TValue>.Add(TKey key, TValue value). There is no Dictionary<TKey, TValue>.Add(KeyValuePair<TKey,TValue> kvp) method.

Anyone know why? How are those methods hidden?

  • 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-24T18:43:17+00:00Added an answer on May 24, 2026 at 6:43 pm

    That is done by implementing the Interface explicitly and making this implementation private/protected… see

    • How to hide some members of an interface
    • http://www.iridescence.no/post/HidingInterfaceMembers.aspx

    You could always cast the Dictionary to ICollection and then call Add – though I wouldn’t do this because I don’t know whether it would work…

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

Sidebar

Related Questions

Why can't I create a class in VB.NET that inherits System.IO.Directory ? According to
I have a DateTime class and wish to display it according to some format...
I have created a basic site using ASP.NET routing according to Mike Ormond's example
Here is a specific example which is not CLS-complaint according to VS.NET 2005. Public
According to this article rebasing is not necessary for .NET assemblies due to JIT
According to this article about writing shell extensions in .Net, inheriting the shell interfaces
Does anyone have any ideas how to get the Accordion control in the ASP.Net
On http://java.sun.com/j2se/1.5.0/docs/api/java/net/URL.html it states that: Compares this URL for equality with another object. If
According to the guidance published in New Recommendations for Using Strings in Microsoft .NET
How would I do that? According to PHP.net, $a = hi; $hi = 2;

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.