c# Programming Glossary: m_wrappedcollection
ObservableCollection element-wise Transform/Projection Wrapper http://stackoverflow.com/questions/13920703/observablecollection-element-wise-transform-projection-wrapper Source wrappedCollection Func Source T transform m_WrappedCollection wrappedCollection m_TransformFunc transform INotifyCollectionChanged.. m_TransformFunc transform INotifyCollectionChanged m_WrappedCollection .CollectionChanged TransformObservableCollection_CollectionChanged.. m_TransformedCollection new ObservableCollection T m_WrappedCollection.Select m_TransformFunc public void Dispose if m_WrappedCollection..
|