我有这样的东西
Dictionary<String, Profile > sto;
其中 Profile 是具有不同属性的类(例如 int Ints)。现在我想知道是否有一个命令可以对整个字典中的所有整数求和。
c# dictionary
c# ×1
dictionary ×1