Allow other using alias to be used to the right of the equal sign of the using alias. #7681
-
The following writeup is not supported in c# now. using A = int;
using unsafe B = delegate* unmanaged<A>; It will report an error. As in the example I gave, this also enables named function pointers. Since using alias will be expanded at compile time, the following problem mentioned in the proposal for function pointers seems to no longer exist.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
#3873