Alejandro López Almeida
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Alejandro López Almeida created a post, Possible multiple enumeration of IEnumerable
When I use IEnumerable more than once, ReSharper recommends I convert IEnumerable to an Array or List. I try to understand why ReSharper uses 'as' as the first option to convert the IEnumerable t...