Generic method inside interface without “know type”, what is the use?

前端 未结 0 1849
迷失自我
迷失自我 2020-12-15 02:22

Supposed we have the following interface:

public interface IType
{
    string GetMyKnowType(TMyKnowType myKnowType);
    string GetMyUnknow         


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