C# Return generic abstract class

前端 未结 0 490
礼貌的吻别
礼貌的吻别 2020-11-22 14:56

I have the following type hierarchy:

public interface IDocument
{
    IEnumerable Query(string query);

    string FileName { get; }         


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