Küçük C# IEnumerator neden kullanmalıyız Hakkında Gerçekler Bilinen.
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 derece what you're looking to do.Bear in mind that you don't have to imp