Tagged Questions
3
votes
11answers
263 views
Enumerator problem, Any way to avoid two loops?
I have a third party api, which has a class that returns an enumerator for different items in the class.
I need to remove an item in that enumerator, so I cannot use "for each". Only option I can ...