111,129
社区成员
发帖
与我相关
我的任务
分享
//foreach (KeyValuePair<int, int> item in childFrm.UserTypeTable)
//{
// foreach(NodeRU ru in shape.NodeRU)
// {
// if (item.Key == ru.user.id)
// {
// childFrm.UserTypeTable[item.Key] = ru.user.type;
// }
// }
//}
集合修改异常。
怎么用For循环啊??、
我想循环的时候修改值