5 Temel Unsurları için C# IEnumerator neden kullanmalıyız
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.Say we have a bunch of user objects we want display the usernames for, and we’ve been t