Snippets tagged observablecollection

  • Map for ObservableCollection

    The snippet implements 'map' and 'init' functions for the 'ObservableCollection' type. These are similar to well-known functions for sequences, but 'map' works in an incremental fashion. When the source collection changes, the resulting collection is updated.

    3 people like this

    Posted: 11 years ago by Tomas Petricek