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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T18:04:56+00:00 2026-05-16T18:04:56+00:00

Why doesnt this work? public class ClassOptions {} public interface Inode { ClassOptions Options

  • 0

Why doesnt this work?

 public class ClassOptions {}

 public interface Inode {
    ClassOptions Options {get;}
 }            

public class MyClass : Inode {
  public ClassOptions Options { get; set; }
}           

public class ClassDerivedOptions : ClassOptions {
}

public class MyDerivedClass : Inode {
    public ClassDerivedOptions Options { get; set; } << does not implement INode...
}

[ the compiler message tells me why it breaks but i’d like to know the reasoning behind why the compiler doesnt let this through – also if there are any work arounds? – 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-05-16T18:04:56+00:00Added an answer on May 16, 2026 at 6:04 pm

    It doesn’t work because the INode interface explicitly calls for an Options property of type ClassOptions. C# doesn’t support return type covariance (which is what you’re asking for in this case).

    For what it’s worth, there’s also a language feature request on Microsoft Connect specifically for return type covariance:

    Need covariant return types in C# / all .NET languages

    If you look at the page, they also mention that the common work-around is to use Explicit Interface Implementation:

    public class MyDerivedClass : INode
    {
        public ClassDerivedOptions Options { get; set; }
        public ClassOptions INode.Options { get { return Options; } }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

can anyone tell me why this doesnt work? public class GeocodeCoord { public string
Im trying to understand how class generics work and this bit just doesnt make
This works perfectly in Firefox but doesnt work in ie i get the following
I know this doesnt compile but why shouldnt it? public interface IReportService { IList<IReport>
I'm having problems getting this to work, class A { public: A(int n) {
Why doesnt this map work, in Firefox? <img usemap=m_one id=one src=/images/layout/town_and_country/Town__Country_Web_Map.jpg alt=Town__Country_Web_Map border=0 height=507
Im using oslib with the pspsdk toolchain and for some reason this doesnt work
This code used to work but doesnt any more. i used a breakpoint, and
private List<T> newList; public List<T> NewList { get{return newList;} set{newList = value;} } I
I was of the opinion that virtualization doesnt work in the super class constructor

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.