C# IEnumerator nerelerde kullanılıyor Ile ilgili detaylı notlar
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).Ryan LundyRyan Lundy 208k4141 gold badges183183 silver badges214214 bronze badges 3 4 T