How do I convert a List to List?

后端 未结 5 1866
后悔当初
后悔当初 2020-12-30 19:04

I have an interface defined as:

public interface MyInterface {
     object foo { get; set; };
}

and a class that implements that interface:

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