You Should Know C# IEnumerator Kullanımı Göstergeleri
Theres' no dispose question if you create the List immediately. If you choose the iterator path, you must deal with lifetime of the IEnumeratorIf 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.Jonathan RuppJonathan Rupp 15.6k55 gold ba