【发布时间】:2010-12-17 23:36:29
【问题描述】:
可能的重复:
Getting all types that implement an interface with C# 3.5
How to find what class(es) implements an interface (.Net)
这在 C# 中是否可能像在 Java 中一样?
如果我有一个接口名称(IDataReader 用于参数),我如何获得实现它的所有类的列表?
在 java 中,这在 API 中列出 - 这在 C# 中是否可用
【问题讨论】:
标签: c#