Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
可枚举的 x=new classA();
我知道你不能实例化一个接口。但是可以将 x 称为 Ienumerable 的实例吗?如果不是,什么是解决 x 的简单方法,同时仍然传达它是 Ienumerable 类型的变量?
是的 - 将 x 称为 Ienumerable 的实例是完全正确的。
您也可以说“x 实现 Ienumerable”或“x 支持 Ienumerable”