Conditionally call static abstract interface member #86741
-
I have an interface with static abstract member:
I can conditionally call the instance interface member
However the following code does not compile:
Is it possible to call static abstract interface member conditionally, without reflection? |
Beta Was this translation helpful? Give feedback.
Answered by
huoyaoyuan
May 25, 2023
Replies: 1 comment
-
This is on the wish list: dotnet/csharplang#6308 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
weifenluo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is on the wish list: dotnet/csharplang#6308