You Should Know C# IEnumerator Kullanımı Göstergeleri
Properties Current Gets the element in the collection at the current position of the enumerator.Enumerators güç be used to read the veri in the collection, but they cannot be used to modify the underlying collection.That's good to know. Also if we implement IEnumerator we have to implement Dispose method. As you said, if sequence is generated, it