You Should Know C# IEnumerator Kullanımı Göstergeleri
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 not what you're looking to do.1 @JimBalter technically it doesn't define any classes. The code is syntactic sugar for a