13
从IEnumerable <T>获取类型T
有没有一种方法来检索类型T从IEnumerable<T>通过反射? 例如 我有一个可变的IEnumerable<Child>信息;我想通过反射来检索孩子的类型
106
c#
generics
reflection