📅  最后修改于: 2022-03-11 14:49:13.780000             🧑  作者: Mango
代码示例2
for (int i = 0; i < anotherList.Count; i++)
{
TheVM.List[i] = new Tuple(TheVM.List[i].Item1, anotherList[i].Item2 == 1);
}