How do i convert a List to List in c#

后端 未结 4 1864
清酒与你
清酒与你 2020-12-18 07:38

I have an interface defined as

public interface IReaderInfo
{
    string Displayname {get;}
}

and a class that implements that interface

4条回答
提交回复
热议问题