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