Why is the compiler choosing the generic method over specific one?

前端 未结 0 1694
难免孤独
难免孤独 2020-12-17 15:36

I have this service interface.

public interface IService
{
    Task SetAsync(string key, string value, TimeSpan? expiration = null);
    Task SetAsync

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