¡@

Home 

c# Programming Glossary: m_transformedcollection

ObservableCollection element-wise Transform/Projection Wrapper

http://stackoverflow.com/questions/13920703/observablecollection-element-wise-transform-projection-wrapper

TransformObservableCollection_CollectionChanged m_TransformedCollection new ObservableCollection T m_WrappedCollection.Select m_TransformFunc.. if e.NewItems null e.NewItems.Count 1 break m_TransformedCollection.Insert e.NewStartingIndex m_TransformFunc Source e.NewItems.. 1 e.OldItems null e.OldItems.Count 1 break m_TransformedCollection.Move e.OldStartingIndex e.NewStartingIndex return case NotifyCollectionChangedAction.Remove..