0
votes
5answers
612 views
Continue in while inside foreach
In the following C# code snippet
I have a 'while' loop inside a 'foreach' loop and I wish to jump to the next item in 'foreach' when a certain condition …
