How to detect a function pointer type?

前端 未结 0 1828
萌比男神i
萌比男神i 2020-11-27 03:45

Is there a way to detect the function pointer type for a field?

The C# 9 compiler accepts the following code:

unsafe class Foo
{   
    public delegate         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题