Skip Generic Type specification in C#

后端 未结 0 761
不思量自难忘°
不思量自难忘° 2020-12-11 00:57

I\'ve the following code:

{
    public void AddCommandHandler(Func cmd) where Q : Command where R:class
    { }


    public          


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