Is it possible to pass the type parameter of a generic method in the method parameters in C#?

后端 未结 0 1708
鱼传尺愫
鱼传尺愫 2021-01-06 23:05

I am developing a C# application. I have this kind of generic method with a type parameter:

public abstract class StuffDoer
{
  public abstract void DoStuff()         


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