BIR İNCELEME C# IENUMERATOR KULLANıMı

Bir İnceleme C# IEnumerator Kullanımı

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

read more

C# IEnumerator nerelerde kullanılıyor Sırları

In the method above, the enumerator's Dispose() is not explicitly called, and because they are hamiş used within a using or foreach statement, would the underlying iterator remain in an open state? In my case with an open SqlConnection.Caius JardCaius Jard 73.7k66 gold badges5252 silver badges8888 bronze badges 4 ok thank you. It means that the us

read more