static-delegates: Obsolote? #4445
-
Isn't this proposal now obsolote with the function-pointer feature introduced in CSharp 9? In my eyes: yes. |
Beta Was this translation helpful? Give feedback.
Answered by
huoyaoyuan
Feb 17, 2021
Replies: 2 comments 8 replies
-
Could you reference the issue you're talking about? |
Beta Was this translation helpful? Give feedback.
0 replies
-
There was a feature proposal called static delegate. |
Beta Was this translation helpful? Give feedback.
8 replies
Answer selected by
bernd5
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There was a feature proposal called static delegate.
In 9.0, the similar functionality has been supported by function pointers. Static delegate proposal should be replaced by alternative.