generics - Why ForEach extension method is not available in ObservableCollections in C# -


possible duplicate:
why there not foreach extension method on ienumerable interface?

why foreach extension method not available in observablecollections class while available in list ?

as jjohn says, it's design. read this post eric lippert more information. standard foreach loop works , more readable.


Comments

Popular posts from this blog

How do you change vbulletin's home page to the forums instead of the default (CMS or Activity Stream)? -

c++ - Troubles when compiling phash program -