How to write generic extension method which with one type argument for generic class with another type argument

后端 未结 0 1625
一生所求
一生所求 2020-12-11 21:08

I have the following interface

public interface ITypedValueProvider 
{
    TValue GetValue(Type type);
}
         


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