刚才遇到个问题:无法将System.Collections.Generic.List<namespace.class>”隐式转换为“System.Collections.Generic.List<class>”
其中的class为同一类型,为什么无法通过编译呢?
转换的双方命名空间不一致:
A.b.class and A.class; 需要引用相同的命名空间;用完整的命名空间试一下;
你没有引用命名空间?
命名空间有问题
要不就是你没引用