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

django - How can I change user group without delete record -

java - Need to add SOAP security token -

java - EclipseLink JPA Object is not a known entity type -