5 Temel Unsurları için C# IEnumerator neden kullanmalıyız
foreach : is a C# construct/facade in a sense in that you don't need to know how it works under the hood. It internally gets the iterator and calls the right methods for you to concentrate on what you want to do with each item (the contents of the foreach block).Caius JardCaius Jard 73.7k66 gold badges5252 silver badges8888 bronze badges 4 ok thank