Replies: 1 comment 10 replies
-
Hmm, this still doesn't answer the question I asked on the thread linked in the design notes. Will the change the LDM approved affect this scenario? If not, why does the below not work? public interface IFoo
{
public string Bar { get; internal set; }
}
public class Foo : IFoo
{
public string Bar { get; internal set; } //Error - Non-public accessor "Bar.set" cannot implement accessor from interface IFoo
} |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
https://github.com/dotnet/csharplang/blob/main/meetings/2021/LDM-2021-05-19.md
Agenda
Beta Was this translation helpful? Give feedback.
All reactions