gpt4 book ai didi

c# - 强制循环迭代

转载 作者:行者123 更新时间:2023-11-30 13:08:58 24 4
gpt4 key购买 nike

在我的“本地”编程语言 (RPG) 中,我可以编写一个循环,然后退出循环或强制进行迭代。它有点像 GOTO。

dow (x < 999);
read file;
if (%eof);
leave; // Leave the loop
endif;
if (field <> fileField);
iter; // Iterate to the next record
endif;
enddo;

我的问题是是否有类似的选项是 C#。就我而言,我正在使用 foreach 循环。

最佳答案

continue; // Goto the next iteration
break; // Exit the loop

关于c# - 强制循环迭代,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1207472/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com