monkey
monkey copied to clipboard
Reset Method for List Enumerator
Monkey X currently creates a new List Enumerator for every enumaration. When working with many Lists this behavior creates a lot of garbage. It would be nice if the Enumator object could be reset to allow reuse in performance sensitive parts of the application.