Benim C# IEnumerator Kullanımı Başlarken Çalışmak
Properties Current Gets the element in the collection at the current position of the enumerator.If you really want to, you could loop through the IEnumerator, putting the items into a List, and return that, but I'm guessing that's hamiş what you're looking to do.That's good to know. Also if we implement IEnumerator we have to implement Dispose met