我想将元组转换IEnumerable为List<string>.例如,如果有
IEnumerable
List<string>
public static IEnumerable<Tuple<string, Type>> GetWord(String formula)
如何将枚举直接传递给新的List<string>??? 的构造函数?
谢谢!
c# ienumerable
c# ×1
ienumerable ×1