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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T15:59:09+00:00 2026-05-12T15:59:09+00:00

This is probably something I’m overlooking in C# inheritance, but I was trying to

  • 0

This is probably something I’m overlooking in C# inheritance, but I was trying to build a class that implements IList(The System.Collections version, not generics) The compiler complained that I didn’t implement an indexer, but I was looking at CollectionBase, which also implements IList, and it doesn’t appear to expose an indexer either.

In looking at it through Reflector it seems that CollectionBase is abstract and that it does implement an indexer, but it appears to be private. I tried this and no dice, the compiler insists that if I want to implement IList, I have to have a public, non-static indexer that returns an object.

So my question is not why do I need one, but how is that CollectionBase gets away with a private indexer?

  • 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-12T15:59:09+00:00Added an answer on May 12, 2026 at 3:59 pm

    It doesn’t- it uses explicit interface implementation:

    object IList.this[int index] { get; set; }

    It’s there, you just don’t see it on the default class interface (to use a COM term)- you have to cast to IList to see/use it.

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

Sidebar

Related Questions

Hi everyone this is probably something extremely simple that i'm overlooking but can someone
This is probably a pretty basic question, but just something that I wanted to
this is probably something I should know, but I'm puzzled by this. I'm trying
This is probably something simple I'm overlooking but my google-fu isn't turning anything up
This is probably something really simple that I am blind to see, but the
I know that this is probably something easy to implement, but I am having
This is probably something fundamental and stupid that I've missed, but the various workarounds
This is probably something pretty silly that I'm missing but how do I get
This is probably something really simple but for some reason I just can't seem
This has probably something to do with my transformations, but right now I can't

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.